Skip to content

Commit 2af6ca0

Browse files
committed
Disable debug mode and exempt roadmap and epic labels
1 parent 8e90cf0 commit 2af6ca0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/stale-pull-requests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/stale@v6
2121
with:
22-
debug-only: true
22+
debug-only: false
2323
# disable issues
2424
days-before-issue-stale: -1
2525
days-before-issue-close: -1
@@ -32,8 +32,8 @@ jobs:
3232
close-pr-label: closed-due-inactivity
3333
days-before-pr-stale: ${{ env.BEFORE_STALE }}
3434
days-before-pr-close: ${{ env.BEFORE_CLOSE }}
35-
exempt-pr-labels: 'external contribution :star:'
35+
exempt-pr-labels: 'external contribution :star:,roadmap,epic'
3636
exempt-draft-pr: true
3737
exempt-all-milestones: true
3838
remove-stale-when-updated: true
39-
operations-per-run: 100
39+
operations-per-run: 128

0 commit comments

Comments
 (0)