Update pending-reviews.yaml
This commit is contained in:
parent
ddc789320a
commit
a083d2fd38
1 changed files with 4 additions and 2 deletions
6
.github/workflows/pending-reviews.yaml
vendored
6
.github/workflows/pending-reviews.yaml
vendored
|
@ -1,8 +1,10 @@
|
||||||
name: Pending reviews automation
|
name: Pending reviews automation
|
||||||
on:
|
on:
|
||||||
|
# The bot exceeded its API rate limit. Disabling for now (adding workflow dispatch so the workflow file stays valid & we can test to see if it starts working again)
|
||||||
|
workflow_dispatch: {}
|
||||||
# We run it on a schedule instead of on pull_request_* events to not create confusing messaging in the PR
|
# We run it on a schedule instead of on pull_request_* events to not create confusing messaging in the PR
|
||||||
schedule:
|
#schedule:
|
||||||
- cron: "*/10 * * * *"
|
# - cron: "*/10 * * * *"
|
||||||
concurrency: ${{ github.workflow }}
|
concurrency: ${{ github.workflow }}
|
||||||
jobs:
|
jobs:
|
||||||
bot:
|
bot:
|
||||||
|
|
Loading…
Reference in a new issue