Skip to content

Commit

Permalink
GH: Improve stale action workflow
Browse files Browse the repository at this point in the history
Now that actions/stale#214 is implemented we
can set desired limits.
  • Loading branch information
nijel committed Jan 16, 2021
1 parent 63c1607 commit 8245997
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
steps:
- uses: actions/stale@v3
with:
# Ideal setup would be 10/4 for issues and 30/14 for PRs, but not supported, see
# https://github.com/actions/stale/issues/214
days-before-stale: 20
days-before-close: 8
days-before-stale: 30
days-before-close: 14
days-before-issue-stale: 10
days-before-issue-close: 4
exempt-issue-labels: bug,enhancement,documentation,security
stale-issue-label: wontfix
repo-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 8245997

Please sign in to comment.