Skip to content

Commit

Permalink
ES-1486 Roll out and activation on all C5 repos (#208)
Browse files Browse the repository at this point in the history
* Update remove-stale-branches.yml

* Update remove-stale-prs.yml
  • Loading branch information
jacob-scott3141 authored Nov 16, 2023
1 parent b6c0639 commit 866e12e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/remove-stale-branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: fpicalausa/[email protected]
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."
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/remove-stale-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/[email protected]
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.'
Expand Down

0 comments on commit 866e12e

Please sign in to comment.