Skip to content

Commit

Permalink
CI: Adding Stale? label to autoclose
Browse files Browse the repository at this point in the history
  • Loading branch information
tdegeus committed Apr 21, 2023
1 parent 30f5a1d commit cccd757
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/issue-close.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/stale@v8
with:
any-of-issue-labels: Needs clarification, Answered
any-of-issue-labels: Needs clarification, Answered, Stale?
days-before-issue-stale: 30
days-before-issue-close: 14
stale-issue-label: Stale
Expand All @@ -21,7 +21,7 @@ jobs:
It will be automatically closed in 14 days.
close-issue-message: |
This issue was closed because it has been inactive for 14 days since being marked as stale.
any-of-pr-labels: Needs clarification, Answered, Needs revision
any-of-pr-labels: Needs clarification, Answered, Needs revision, Stale?
days-before-pr-stale: 60
days-before-pr-close: 14
stale-pr-label: Stale
Expand Down

0 comments on commit cccd757

Please sign in to comment.