Skip to content

Commit

Permalink
Merge branch 'main' into ceremony/vocdoni-zkcensus-ceremony: fix merg…
Browse files Browse the repository at this point in the history
…e policy
  • Loading branch information
lucasmenendez committed Nov 21, 2023
2 parents 1126708 + 6a76482 commit fba713f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify-contribution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Merge PR branch
if: success() && contains(github.event.pull_request.title, 'Contribution:')
run: |
gh pr merge --admin --rebase "$PR_URL"
gh pr merge --admin --squash "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit fba713f

Please sign in to comment.