Skip to content

Commit

Permalink
Sync master to development automatically
Browse files Browse the repository at this point in the history
Signed-off-by: Marvin Froeder <[email protected]>
  • Loading branch information
velo committed Dec 23, 2024
1 parent b6ce81c commit f257a6d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/sync-master-to-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ jobs:
body: 'This PR syncs changes from master into querydsl-7.0.'
branch: 'sync-master-to-querydsl-7.0'

- name: Automatically Merge PR
- name: Enable Auto-Merge for PR
if: steps.check_diff.outcome == 'failure'
uses: ahmadnassri/action-auto-merge@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
merge-method: merge
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{ steps.create-pull-request.outputs.pull-request-url }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f257a6d

Please sign in to comment.