Skip to content

Commit

Permalink
Automatically enable auto-merge on JetBrains CHANGELOG.md PRs (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisCarini committed Jun 22, 2024
1 parent 079db1c commit 84b0771
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,8 @@ jobs:
--body "Current pull request contains patched \`CHANGELOG.md\` file for the \`$VERSION\` version." \
--reviewer ChrisCarini \
--base main \
--label "merge when passing" \
--head $BRANCH
gh pr merge \
--auto \
--squash

0 comments on commit 84b0771

Please sign in to comment.