GHA: Use source branch name as branch-suffix for generated branches

This commit is contained in:
Magne Sjaastad 2021-11-29 11:54:06 +01:00
parent 254e8a52a0
commit 64bb841d1c
5 changed files with 7 additions and 2 deletions

View File

@ -32,5 +32,6 @@ jobs:
commit-message: 'Fixes by clang-format'
title: 'Fixes by clang-format'
branch: clang-format-patches
branch-suffix: ${{ github.ref }}

View File

@ -94,4 +94,5 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: 'Fixes by clang-tidy'
title: 'Fixes by clang-tidy'
branch: clang-tidy-patches
branch: clang-tidy-patches
branch-suffix: ${{ github.ref }}

View File

@ -34,3 +34,4 @@ jobs:
commit-message: 'Fixes by cmake-format'
title: 'Fixes by cmake-format'
branch: cmake-format-patches
branch-suffix: ${{ github.ref }}

View File

@ -19,4 +19,4 @@ jobs:
commit-message: 'Python code linting changes detected by black'
title: 'Fixes by black (Python)'
branch: python-black-patches
base: ${{ github.head_ref }}
branch-suffix: ${{ github.ref }}

View File

@ -19,4 +19,6 @@ jobs:
commit-message: 'Fixes by misspell-fixer'
title: 'Typos fix by misspell-fixer'
branch: spell-check-patches
branch-suffix: ${{ github.ref }}