Skip to content

Commit cffbcac

Browse files
authored
Run stale job hourly (#28769)
1 parent 9644d20 commit cffbcac

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/stale.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
name: 'Manage stale issues and PRs'
33
on:
44
schedule:
5-
# Run daily at 2AM
6-
- cron: '0 2 * * *'
5+
# Run hourly
6+
- cron: '0 * * * *'
77

88
jobs:
99
stale:
@@ -16,7 +16,7 @@ jobs:
1616
days-before-stale: 90
1717
# Number of days of inactivity before a stale issue or PR is closed
1818
days-before-close: 7
19-
# Number of issues or PRs to process per day
19+
# API calls per run
2020
operations-per-run: 100
2121

2222
# --- Issues ---
@@ -43,4 +43,4 @@ jobs:
4343
close-pr-message: >
4444
Closing this pull request after a prolonged period of inactivity. If this issue is still present in the latest release, please ask for this pull request to be reopened. Thank you!
4545
# PRs with these labels will never be considered stale
46-
exempt-pr-labels: "Partner,React Core Team,Resolution: Backlog,Type: Bug,Type: Discussion,Type: Needs Investigation,Type: Regression,Type: Feature Request,Type: Enhancement"
46+
exempt-pr-labels: "Partner,React Core Team,Resolution: Backlog,Type: Bug,Type: Discussion,Type: Needs Investigation,Type: Regression,Type: Feature Request,Type: Enhancement"

0 commit comments

Comments
 (0)