Skip to content

Commit 8268c30

Browse files
authored
disable debug mode
1 parent 6e23651 commit 8268c30

File tree

1 file changed

+8
-14
lines changed

1 file changed

+8
-14
lines changed

.github/workflows/stale.yml

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,10 @@ name: Manage Stale, Legacy, and Close Issues
22

33
on:
44
# Uncomment the schedule below to run automatically, or trigger manually with workflow_dispatch.
5-
# schedule:
6-
# - cron: '0 4 * * *' # 04:00 UTC
7-
# - cron: '30 5 * * *' # 05:30 UTC
8-
9-
push:
10-
branches:
11-
- test-stale-action
12-
pull_request:
13-
branches:
14-
- test-stale-action
5+
# schedule:
6+
# - cron: '0 4 * * *' # 04:00 UTC
7+
# - cron: '30 5 * * *' # 05:30 UTC
8+
159
workflow_dispatch:
1610

1711
jobs:
@@ -27,7 +21,7 @@ jobs:
2721
permissions:
2822
issues: write
2923
steps:
30-
- name: Manage stale issues (dry run)
24+
- name: Manage stale issues
3125
uses: actions/stale@v9
3226
with:
3327
repo-token: ${{ secrets.GITHUB_TOKEN }}
@@ -46,7 +40,7 @@ jobs:
4640
This issue is being automatically closed due to prolonged inactivity.
4741
If you believe this issue is still relevant, please open a new issue with updated details.
4842
exempt-issue-labels: 'pinned,security,keep-alive'
49-
debug-only: true
43+
debug-only: false
5044
enable-statistics: true
5145
remove-stale-when-updated: true
5246
operations-per-run: 500
@@ -62,7 +56,7 @@ jobs:
6256
permissions:
6357
issues: write
6458
steps:
65-
- name: Mark legacy issues using stale action (dry run)
59+
- name: Mark legacy issues using stale action
6660
uses: actions/stale@v9
6761
with:
6862
repo-token: ${{ secrets.GITHUB_TOKEN }}
@@ -77,7 +71,7 @@ jobs:
7771
Given the extensive changes to the codebase since then, we recommend opening a new issue
7872
with updated details if this problem still affects you.
7973
exempt-issue-labels: 'pinned,security'
80-
debug-only: true
74+
debug-only: false
8175
enable-statistics: true
8276
remove-stale-when-updated: false
8377
operations-per-run: 500

0 commit comments

Comments
 (0)