Run stale job hourly (#28769)

This commit is contained in:
Jan Kassens
2024-04-09 09:21:20 -04:00
committed by GitHub
parent 9644d206e8
commit cffbcac8e3
+4 -4
View File
@@ -2,8 +2,8 @@
name: 'Manage stale issues and PRs'
on:
schedule:
# Run daily at 2AM
- cron: '0 2 * * *'
# Run hourly
- cron: '0 * * * *'
jobs:
stale:
@@ -16,7 +16,7 @@ jobs:
days-before-stale: 90
# Number of days of inactivity before a stale issue or PR is closed
days-before-close: 7
# Number of issues or PRs to process per day
# API calls per run
operations-per-run: 100
# --- Issues ---
@@ -43,4 +43,4 @@ jobs:
close-pr-message: >
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!
# PRs with these labels will never be considered stale
exempt-pr-labels: "Partner,React Core Team,Resolution: Backlog,Type: Bug,Type: Discussion,Type: Needs Investigation,Type: Regression,Type: Feature Request,Type: Enhancement"
exempt-pr-labels: "Partner,React Core Team,Resolution: Backlog,Type: Bug,Type: Discussion,Type: Needs Investigation,Type: Regression,Type: Feature Request,Type: Enhancement"