Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stale waiting for feedback issues after 30 days #5543

Merged
merged 2 commits into from Nov 19, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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