We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d80a70b commit 28bb00dCopy full SHA for 28bb00d
.github/workflows/stale-issues.yml
@@ -29,6 +29,6 @@ jobs:
29
exempt-issue-labels: 'awaiting-approval,work-in-progress'
30
stale-pr-label: 'no-pr-activity'
31
exempt-pr-labels: 'awaiting-approval,work-in-progress'
32
- close-issue-label: 'issue-closed-automatically'
33
- close-pr-label: 'pr-closed-automatically'
+ close-issue-label: 'auto-closed-issue'
+ close-pr-label: 'auto-closed-pr'
34
# only-labels: 'awaiting-feedback,awaiting-answers'
0 commit comments