Skip to content

Commit

Permalink
ci: add flags (#302)
Browse files Browse the repository at this point in the history
Co-authored-by: Almanov Nikita <131481562+nikkeyl@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and nikkeyl authored Mar 28, 2024
1 parent 2ef8584 commit f9f5593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge-dependabot-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
run: gh pr review --approve $PR_URL

- name: Merge
run: gh pr merge $PR_URL
run: gh pr merge --auto --merge --squash $PR_URL

0 comments on commit f9f5593

Please sign in to comment.