Skip to content

Commit

Permalink
Merge pull request #207055 from Homebrew/gh-no-automerge-delete
Browse files Browse the repository at this point in the history
workflows: remove '--delete-branch' from gh pr automerge
  • Loading branch information
timsutton authored Feb 9, 2025
2 parents f577437 + bbffddc commit 63c9aae
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/create-replacement-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,6 @@ jobs:
gh pr merge "$REPLACEMENT_PR" \
--auto \
--merge \
--delete-branch \
--match-head-commit "$(git rev-parse HEAD)" \
--repo "$GITHUB_REPOSITORY"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/publish-commit-bottles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,6 @@ jobs:
gh pr merge "$PR" \
--auto \
--merge \
--delete-branch \
--match-head-commit "$EXPECTED_SHA" \
--repo "$GITHUB_REPOSITORY"
Expand Down

0 comments on commit 63c9aae

Please sign in to comment.