Skip to content

Commit

Permalink
Framework: Enabling the 'autocloser' github actions script
Browse files Browse the repository at this point in the history
  • Loading branch information
William McLendon committed Dec 9, 2020
1 parent e29f0be commit b5e1cfb
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 @@ -21,19 +21,20 @@ jobs:
steps:
- uses: actions/[email protected]
with:
debug-only: true
debug-only: false
ascending: true
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: 365
days-before-close: 30
stale-issue-label: 'MARKED_FOR_CLOSURE'
close-issue-label: 'CLOSED_DUE_TO_INACTIVITY'
stale-pr-label: 'MARKED_FOR_CLOSURE'
close-pr-label: 'CLOSED_DUE_TO_INACTIVITY'
exempt-issue-labels: 'DO_NOT_AUTOCLOSE'
# We specifically DO NOT exempt PR's from autoclosing.
#exempt-pr-labels: ''
remove-stale-when-updated: true
operations-per-run: 30
operations-per-run: 100
stale-issue-message: >
This issue has had no activity for **365** days and is marked for
closure. It will be closed after an additional **30** days of inactivity.
Expand Down

0 comments on commit b5e1cfb

Please sign in to comment.