Skip to content

Commit

Permalink
Stop automatically merging the pull request (#121)
Browse files Browse the repository at this point in the history
The script will now only create the pull request and will not merge it automatically.
  • Loading branch information
SaintPatrck authored Dec 11, 2024
1 parent 768fb08 commit f24d0b7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions update_repo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ if [ -f "$COMMIT_MSG_FILE" ]; then
--body "$PR_BODY")
echo "pr_number=${PR_URL##*/}"

gh pr merge $PR_URL --squash --admin --delete-branch

# Clean up the temporary commit message file
rm "$COMMIT_MSG_FILE"

Expand Down

0 comments on commit f24d0b7

Please sign in to comment.