Skip to content

Commit

Permalink
Merge pull request #783 from amazon-connect/vs-amzn-patch-1
Browse files Browse the repository at this point in the history
Update stale.yml
  • Loading branch information
vs-amzn authored Nov 6, 2023
2 parents a7e03e6 + 57eb75f commit 9c233d6
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,15 @@ jobs:
- uses: actions/stale@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-issue-stale: 90
days-before-issue-close: 7
stale-issue-message: 'This issue is stale because it has been open for 90 days with no activity. Remove stale label or comment to keep this active.'
days-before-stale: 90
days-before-close: -1 # If set to a negative number like -1, the issues or the pull requests will never be closed automatically.
# We can change this once we're comfortable turning this on
stale-pr-message: 'This PR is stale because it has been open for 90 days with no activity.'
close-issue-message: 'It has been a while and we are closing this for now. Please reopen if this is still an issue'
stale-issue-label: 'no-issue-activity'
close-issue-label: 'no-issue-activity-auto-closed'
days-before-pr-stale: 90
days-befor-pr-close: -1 # If set to a negative number like -1, the pull requests will never be closed automatically.
stale-pr-message: 'This PR is stale because it has been open for 90 days with no activity.'
close-pr-message: 'It has been a while and we are closing this for now'
stale-pr-label: 'no-pr-activity'
close-pr-label: 'no-pr-activity-auto-closed'

0 comments on commit 9c233d6

Please sign in to comment.