Skip to content

Commit

Permalink
Merge pull request #3081 from AzureAD/update-stale-bot
Browse files Browse the repository at this point in the history
Update stale bot
  • Loading branch information
tnorling committed Mar 2, 2021
2 parents df0a58b + ff683fd commit 0104fa2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,14 @@ jobs:
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
operations-per-run: 60
stale-issue-message: 'This issue has not seen activity in 14 days. It will be closed in 7 days if it remains stale.'
stale-issue-message: 'This issue has not seen activity in 14 days. If your issue has not been resolved please leave a comment to keep this open. It will be closed in 7 days if it remains stale.'
close-issue-message: 'This issue has been closed due to inactivity. If this has not been resolved please open a new issue. Thanks!'
stale-pr-message: 'This PR has not seen activity in 14 days. It may be closed if it remains stale.'
stale-pr-message: 'This PR has not seen activity in 30 days. It may be closed if it remains stale.'
stale-issue-label: 'no-issue-activity'
stale-pr-label: 'no-pr-activity'
exempt-issue-labels: 'internal, feature, enhancement, known-issue, work-in-progress, bug'
exempt-pr-labels: 'work-in-progress'
days-before-stale: 14
exempt-all-milestones: true
days-before-issue-stale: 14
days-before-pr-stale: 30
days-before-close: 7

0 comments on commit 0104fa2

Please sign in to comment.