Skip to content

Commit

Permalink
Update pending-reviews.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dbkr authored Sep 17, 2024
1 parent ddc7893 commit a083d2f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pending-reviews.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Pending reviews automation
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
schedule:
- cron: "*/10 * * * *"
#schedule:
# - cron: "*/10 * * * *"
concurrency: ${{ github.workflow }}
jobs:
bot:
Expand Down

0 comments on commit a083d2f

Please sign in to comment.