Skip to content
Merged
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
15 changes: 14 additions & 1 deletion .github/workflows/sync-metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,17 @@ jobs:
with:
branch: sync-all-metadata
title: "Nightly Sync: all_metadata.json"
body: "Automated pull request syncing metadata from source repo"
body: "Automated pull request syncing metadata from source repo"
delete-branch: false


auto_merge:
needs: nightly-sync
runs-on: ubuntu-latest
if: needs.nightly-sync.outputs.pull-request-number != ''
steps:
-name: Enable Auto-Merge
uses: peter-evans/enable-pull-request-automerge@v3
with:
pull-request-number: ${{ needs.nightly-sync.outputs.pull-request-number }}
merge-method: merge