Skip to content

Commit

Permalink
meta: add more info to stale message (#1337)
Browse files Browse the repository at this point in the history
  • Loading branch information
avivkeller authored Jun 25, 2024
1 parent bb87b53 commit b83ac59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9.0.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue is stale because it has been open many days with no activity. It will be closed soon unless the stale label is removed or a comment is made.'
stale-issue-message: 'This issue has been inactive for 90 days. It will be closed in 14 days unless there is further activity or the stale label is taken off.'
stale-issue-label: 'stale'
exempt-issue-label: 'never stale'
days-before-stale: 90
Expand Down

0 comments on commit b83ac59

Please sign in to comment.