We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b0fbf5 commit b0f4ae5Copy full SHA for b0f4ae5
.github/workflows/stale.yml
@@ -17,13 +17,13 @@ jobs:
17
days-before-stale: 30
18
days-before-close: 1
19
stale-issue-label: stale
20
- exempt-issue-milestones: pending
+ exempt-issue-labels: pending
21
stale-issue-message: >
22
This issue has been automatically marked as stale because it has not had recent activity.
23
It will be closed if no further activity occurs.
24
Thank you for your contributions.
25
stale-pr-label: stale
26
- exempt-pr-milestones: pending
+ exempt-pr-labels: pending
27
stale-pr-message: >
28
This PR has been automatically marked as stale because it has not had recent activity.
29
0 commit comments