Skip to content

Commit

Permalink
Update Stale action
Browse files Browse the repository at this point in the history
  • Loading branch information
Juanpe committed Aug 29, 2022
1 parent f27a4f6 commit 3688549
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 12 deletions.
10 changes: 0 additions & 10 deletions .github/stale.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/needs-attention.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ jobs:
uses: hramos/needs-attention@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
response-required-label: 'awaiting-user-info'
needs-attention-label: 'needs-triage'
response-required-label: 'awaiting user info'
needs-attention-label: 'needs triage'
18 changes: 18 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: 'Close stale issues and PRs'
on:
schedule:
- cron: '30 5 * * *'

jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v4
with:
close-issue-message: 'Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information.'
stale-issue-message: '🤖 This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions 🙂'
days-before-stale: 5
days-before-close: 3
enable-statistics: true
operations-per-run: 60
only-labels: 'awaiting user input'

0 comments on commit 3688549

Please sign in to comment.