mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Run stale job hourly (#28769)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user