Skip to content

Commit

Permalink
fix: add method of auto-merging
Browse files Browse the repository at this point in the history
  • Loading branch information
bastiandoetsch committed Jun 19, 2024
1 parent f36abc1 commit 7a1219a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/create-cli-pr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ pushd $CLI_DIR

COMMIT_HASH=$(git log --pretty=tformat:"%h" -n1 .)
gh pr create --repo github.com/snyk/cli --base main --head $BRANCH --title "feat(language-server): integrate LS ($LS_VERSION)" --body "$(echo $UPGRADE | sed 's/.*Message: \(.*\) URL.*$/\1/')"
gh pr merge --auto
gh pr merge -m --auto
popd

0 comments on commit 7a1219a

Please sign in to comment.