Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mergify: configure to wait longer for renovate and sync PRs #69

Merged
merged 3 commits into from
Feb 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@ queue_rules:
conditions:
- check-success=Good to merge
batch_size: 10
batch_max_wait_time: 15min
batch_max_wait_time: 90min
merge_method: rebase

pull_request_rules:
- name: Automatic merge from renovate
conditions:
- check-success=Good to merge
- author=renovate[bot]
- or:
- author=renovate[bot]
- label=file-sync
actions:
queue:
name: deps-update
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/repo-files-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,5 @@ jobs:
with:
GH_PAT: ${{ secrets.REPO_SYNC_PAT }}
COMMIT_EACH_FILE: false # Commit all files at once
PR_LABELS: |
file-sync
Loading