diff --git a/.github/mergify.yml b/.github/mergify.yml index cb2772e..3f83579 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -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 diff --git a/.github/workflows/repo-files-sync.yml b/.github/workflows/repo-files-sync.yml index e289645..1978b2a 100644 --- a/.github/workflows/repo-files-sync.yml +++ b/.github/workflows/repo-files-sync.yml @@ -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