Skip to content

Commit

Permalink
Stale waiting for feedback issues after 30 days (#5543)
Browse files Browse the repository at this point in the history
* Stale waiting for feedback issues after 30 days

* Fix invalid YAML
  • Loading branch information
cortinico committed Nov 19, 2022
1 parent ab1c3c0 commit e04e111
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/stale.yaml
Expand Up @@ -23,3 +23,16 @@ jobs:
exempt-issue-labels: help wanted, good first issue, never gets stale, blocked
exempt-pr-labels: help wanted, good first issue, never gets stale, blocked
exempt-milestones: Future Breaking Changes in Major Versions
- uses: actions/stale@5ebf00ea0e4c1561e9b43a292ed34424fb1d4578 # tag=v6
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: 30
stale-issue-message: 'This issue is waiting for authors feedback since 30 days. Please comment providing the requested feedback or this issue will be closed in 7 days.'
stale-pr-message: 'This PR is waiting for authors feedback since 30 days. Please comment providing the requested feedback or this PR will be closed in 7 days.'
close-issue-message: 'This issue was closed because its author has not followed up after 7 days.'
close-pr-message: 'This PR was closed because its author has not followed up after 7 days.'
stale-issue-label: stale
stale-pr-label: stale
any-of-labels: waiting for feedback
exempt-issue-labels: never gets stale
exempt-pr-labels: never gets stale

0 comments on commit e04e111

Please sign in to comment.