Skip to content

Commit 519afd4

Browse files
committed
fix
1 parent 7fed511 commit 519afd4

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/stale.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
name: 'Close stale issues and PRs'
22

33
on:
4+
pull_request:
5+
paths:
6+
- ".github/workflows/stale.yml"
7+
48
schedule:
59
# check issue and pull request once at 01:30 a.m. every day
6-
- cron: '30 1 * * *'
10+
- cron: '15 15 * * *'
711

812
permissions:
9-
contents: write
13+
contents: write # only for delete-branch option
14+
issues: write
15+
pull-requests: write
1016

1117
jobs:
1218
stale:
@@ -26,3 +32,4 @@ jobs:
2632
days-before-pr-close: 10
2733
# automatically remove the stale label when the issues or the pull reqquests are updated or commented
2834
remove-stale-when-updated: true
35+
operations-per-run: 50

0 commit comments

Comments
 (0)