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 8e90cf0 commit 2af6ca0Copy full SHA for 2af6ca0
.github/workflows/stale-pull-requests.yml
@@ -19,7 +19,7 @@ jobs:
19
steps:
20
- uses: actions/stale@v6
21
with:
22
- debug-only: true
+ debug-only: false
23
# disable issues
24
days-before-issue-stale: -1
25
days-before-issue-close: -1
@@ -32,8 +32,8 @@ jobs:
32
close-pr-label: closed-due-inactivity
33
days-before-pr-stale: ${{ env.BEFORE_STALE }}
34
days-before-pr-close: ${{ env.BEFORE_CLOSE }}
35
- exempt-pr-labels: 'external contribution :star:'
+ exempt-pr-labels: 'external contribution :star:,roadmap,epic'
36
exempt-draft-pr: true
37
exempt-all-milestones: true
38
remove-stale-when-updated: true
39
- operations-per-run: 100
+ operations-per-run: 128
0 commit comments