Skip to content

Commit

Permalink
chore: disable squash automerge in release branch (#9560)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirpotekhin authored Oct 24, 2024
1 parent d0560c8 commit f2eb6ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
if: env.IS_TAIGA_FAMILY_BOT_PR_AUTHOR == 'true'
with:
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}
merge-method: ${{ (contains(github.head_ref, 'release/') && 'merge') || 'squash' }}

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit f2eb6ff

Please sign in to comment.