.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:
Eli Uriegas 2021-01-29 12:44:30 -08:00 committed by Facebook GitHub Bot
parent dbfaf966b0
commit 52609c8c65

View file

@ -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: