Skip to content

Commit

Permalink
Merge pull request #32 from ismail-kharrobi/DEV-pathch-ci/cd
Browse files Browse the repository at this point in the history
REMOVE:squash merge | potential sync problems
  • Loading branch information
ismail-kharrobi authored Sep 16, 2023
2 parents 1c460d7 + 3abe6d7 commit 247eb97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/automerge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:

- name: merge
run: |
gh pr merge --auto --squash "$PR_URL"
gh pr merge --auto --merge "$PR_URL"
env:
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
PR_URL: ${{ github.event.pull_request.html_url }}

0 comments on commit 247eb97

Please sign in to comment.