Skip to content

Commit

Permalink
🌱 workflows/stale: Update workflow to include issue close action (#3474)
Browse files Browse the repository at this point in the history
* Update workflow to include issue close action

* Added message about closing stale issue
  • Loading branch information
afmarcum authored Sep 12, 2023
1 parent 8b096ad commit ac6ea11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: actions/stale@1160a2240286f5da8ec72b1c0816ce2481aabf84 # v3.0.18
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'Stale issue message'
stale-issue-message: 'Stale issue message - this issue will be closed in 7 days'
stale-pr-message: 'Stale pull request message'
stale-issue-label: 'no-issue-activity'
exempt-issue-labels: 'priority,bug,good first issue'
Expand All @@ -43,3 +43,4 @@ jobs:
days-before-pr-stale: '10'
days-before-pr-close: '20'
days-before-issue-stale: '60'
days-before-issue-close: '67'

0 comments on commit ac6ea11

Please sign in to comment.