Skip to content

Commit

Permalink
Merge pull request easybuilders#21795 from Micket/tagbot_merge
Browse files Browse the repository at this point in the history
Actually perform temporary merge in tagbot workflow to determine PR changes
  • Loading branch information
boegel authored Nov 6, 2024
2 parents a50fb51 + 6b4a909 commit 255db10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tagbot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: |
git config user.name "github-workflow"
git config user.email "github-workflow@github.com"
git merge --no-commit --no-ff origin/${{ github.event.pull_request.base.ref }}
git merge --no-edit --no-ff origin/${{ github.event.pull_request.base.ref }}
continue-on-error: true
working-directory: pr

Expand Down

0 comments on commit 255db10

Please sign in to comment.