Skip to content

Commit

Permalink
feat: enable auto-merge on CLI PRs (#551)
Browse files Browse the repository at this point in the history
  • Loading branch information
bastiandoetsch authored Jun 19, 2024
1 parent f0adf31 commit aafef1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/create-cli-pr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +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 -m --auto
popd

0 comments on commit aafef1c

Please sign in to comment.