Skip to content

Commit

Permalink
rm unsupported anchor, add remove-stale-when-uodated (#2676)
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrocode authored Nov 14, 2022
1 parent f5c7aa9 commit caec10f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ jobs:
steps:
- uses: actions/stale@v6
with:
stale-pr-message: &message 'This issue is stale because it has been open for 6 months with no activity. Remove stale label or comment or this will be closed in 1 month.'
stale-issue-message: *message
stale-pr-message: 'This issue is stale because it has been open for 6 months with no activity. Remove stale label or comment or this will be closed in 1 month.'
stale-issue-message: This issue is stale because it has been open for 6 months with no activity. Remove stale label or comment or this will be closed in 1 month.'
remove-stale-when-updated: true
# 6 months
days-before-stale: 183
# 1 month
Expand Down

0 comments on commit caec10f

Please sign in to comment.