From 3a50555d36949ab200eae68fcd201b273242c1b1 Mon Sep 17 00:00:00 2001 From: Pulumi Bot <30351955+pulumi-bot@users.noreply.github.com> Date: Fri, 25 Jul 2025 22:49:46 -0700 Subject: [PATCH] Update GitHub Actions workflows. (#563) This PR was automatically generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit a94a4e21904c11dcb4a6d42bed9806407ac2cdad. --- .github/workflows/comment-on-stale-issues.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/comment-on-stale-issues.yml b/.github/workflows/comment-on-stale-issues.yml index 9687590..79be47c 100644 --- a/.github/workflows/comment-on-stale-issues.yml +++ b/.github/workflows/comment-on-stale-issues.yml @@ -38,3 +38,5 @@ jobs: repo-token: ${{ secrets.GITHUB_TOKEN }} loglevel: DEBUG + # Set dry-run to true to not perform label or close actions. + dry-run: true