Skip to content

Commit d1e6d6b

Browse files
committed
Revert "Increase operations per run and temporarily run on this PR"
This reverts commit dd79716 which was accidentally pushed to main.
1 parent dd79716 commit d1e6d6b

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/stale.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,7 @@
1818
name: "Close stale PRs"
1919
on:
2020
schedule:
21-
- cron: "0 11 * * *" # Run daily at 11:00 AM UTC
22-
pull_request:
23-
paths:
24-
- '.github/workflows/stale.yml'
25-
workflow_dispatch:
21+
- cron: "0 11 * * 3" # Run once per week on Wednesday at 11:00 AM UTC
2622

2723
jobs:
2824
close-stale-prs:
@@ -40,7 +36,6 @@ jobs:
4036
# exclude issues
4137
days-before-issue-stale: -1
4238
days-before-issue-close: -1
43-
operations-per-run: 1000
4439
repo-token: ${{ secrets.GITHUB_TOKEN }}
4540
close-stale-issues-usage:
4641
runs-on: ubuntu-latest
@@ -58,7 +53,6 @@ jobs:
5853
stale-issue-label: "Status: stale-warning"
5954
days-before-issue-stale: 365
6055
days-before-issue-close: 14
61-
operations-per-run: 1000
6256
repo-token: ${{ secrets.GITHUB_TOKEN }}
6357
close-stale-issues-enhancement:
6458
runs-on: ubuntu-latest
@@ -77,5 +71,4 @@ jobs:
7771
stale-issue-label: "Status: stale-warning"
7872
days-before-issue-stale: 365
7973
days-before-issue-close: 14
80-
operations-per-run: 1000
8174
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)