diff --git a/.github/workflows/remove-stale-branches.yml b/.github/workflows/remove-stale-branches.yml index 25dd1b9..4289799 100644 --- a/.github/workflows/remove-stale-branches.yml +++ b/.github/workflows/remove-stale-branches.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: fpicalausa/remove-stale-branches@v1.5.8 with: - dry-run: true + dry-run: false days-before-branch-stale: 30 days-before-branch-delete: 14 stale-branch-message: "@{author} The branch [{branchName}]({branchUrl}) hasn't been updated in the last 30 days and is marked as stale. It will be removed in 14 days.\r\nIf you want to keep this branch around, delete this comment or add new commits to this branch." diff --git a/.github/workflows/remove-stale-prs.yml b/.github/workflows/remove-stale-prs.yml index eea4637..c1d0e0d 100644 --- a/.github/workflows/remove-stale-prs.yml +++ b/.github/workflows/remove-stale-prs.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/stale@v8.0.0 with: - debug-only: true + debug-only: false exempt-pr-labels: 'DO_NOT_CLOSE' stale-pr-message: 'This PR is stale because it has been open 7 days with no activity. Remove the `Stale` label or add a comment - otherwise this will be closed in 7 days.' close-pr-message: 'This PR was closed because it has been stale for 7 days with no activity.'