Skip to content

Commit

Permalink
Update stale.yaml (#3147)
Browse files Browse the repository at this point in the history
Overriding the default days to close to 60 days past when `stale` is applied.
  • Loading branch information
geetachavan1 committed May 12, 2023
1 parent b9aaaa2 commit e4bc77b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/stale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-issue-stale: 30
days-before-issue-close: 60
stale-issue-message: >
'This issue is marked as Stale due to inactivity for more than 30 days.
To avoid being marked as 'stale' please add 'awaiting-maintainer' label or add a comment. Thank you for your contributions '
Expand Down

0 comments on commit e4bc77b

Please sign in to comment.