mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
.github: Up frequency of stale checks (#51365)
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/51365 We have a pretty big backlog of PRs when it comes to checking for stale and the action only supports processing 30 PRs at a given time. Signed-off-by: Eli Uriegas <eliuriegas@fb.com> Test Plan: Imported from OSS Reviewed By: samestep Differential Revision: D26153785 Pulled By: seemethere fbshipit-source-id: 585b36068683e04cf4e2cc59013482f143ec30a3
This commit is contained in:
parent
dbfaf966b0
commit
52609c8c65
1 changed files with 2 additions and 1 deletions
3
.github/workflows/stale_pull_requests.yml
vendored
3
.github/workflows/stale_pull_requests.yml
vendored
|
|
@ -1,7 +1,8 @@
|
|||
name: 'Close stale pull requests'
|
||||
on:
|
||||
schedule:
|
||||
- cron: '30 1 * * *'
|
||||
# TODO: Reduce frequency once we work through the backlog of pull requests
|
||||
- cron: '0 * * * *'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Reference in a new issue