Skip to content

Commit 984ea30

Browse files
SiarheiFedartsoueliseier
authored andcommitted
Increase number of GitHub operations allowed in stale bot (Project-OSRM#6985)
1 parent 79d8a21 commit 984ea30

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/stale.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: 'Close stale issues'
22
on:
3+
pull_request:
4+
branches:
5+
- master
36
schedule:
47
- cron: '30 1 * * *' # every day at 1:30am
58
permissions:
@@ -12,6 +15,7 @@ jobs:
1215
steps:
1316
- uses: actions/stale@v9
1417
with:
18+
operations-per-run: 3000
1519
stale-issue-message: 'This issue seems to be stale. It will be closed in 30 days if no further activity occurs.'
1620
stale-pr-message: 'This PR seems to be stale. Is it still relevant?'
1721
days-before-issue-stale: 180 # 6 months

0 commit comments

Comments
 (0)