Skip to content

Commit

Permalink
Automatically merge pull request upon extension build (#3539)
Browse files Browse the repository at this point in the history
  • Loading branch information
mewim committed May 24, 2024
1 parent 52f99f5 commit d794c64
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-extensions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -312,3 +312,7 @@ jobs:
--title "Update extensions (CI) - $RELEASE_VERSION" \
--head "extensions-update-${{ github.sha }}" \
--base "main"
- name: Merge pull request
run: |
gh pr merge --auto --squash --delete-branch

0 comments on commit d794c64

Please sign in to comment.