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 8bf638b commit 1ba8d74Copy full SHA for 1ba8d74
.github/workflows/automate-stale.yml
@@ -18,6 +18,7 @@ jobs:
18
days-before-issue-stale: 60
19
days-before-issue-close: 7
20
exempt-issue-labels: after-vacations,will-fix
21
+ exempt-pr-labels: dependencies
22
stale-issue-label: stale
23
stale-pr-message: >
24
This PR has been automatically marked as stale because it has not had
@@ -28,4 +29,4 @@ jobs:
28
29
days-before-pr-close: 7
30
exempt-pr-labels: after-vacations,will-fix
31
stale-pr-label: stale
- operations-per-run: 100
32
+ operations-per-run: 100
0 commit comments