Skip to content

Commit 331961e

Browse files
committed
Disable the stale action.
1 parent 54efdc9 commit 331961e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/stale.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ name: Check stale issues and pull requests
22

33
on:
44
workflow_dispatch:
5-
schedule:
6-
- cron: '0 12 * * *'
5+
# NOTE: The automatic stale action is temporarily disabled, but it can still be triggered manually if needed using the workflow_dispatch.
6+
# schedule:
7+
# - cron: '0 12 * * *'
78

89
permissions:
910
issues: write

0 commit comments

Comments
 (0)