mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
GHA: Use source branch name as branch-suffix for generated branches
This commit is contained in:
parent
254e8a52a0
commit
64bb841d1c
1
.github/workflows/clang-format.yml
vendored
1
.github/workflows/clang-format.yml
vendored
@ -32,5 +32,6 @@ jobs:
|
||||
commit-message: 'Fixes by clang-format'
|
||||
title: 'Fixes by clang-format'
|
||||
branch: clang-format-patches
|
||||
branch-suffix: ${{ github.ref }}
|
||||
|
||||
|
3
.github/workflows/clang-tidy.yml
vendored
3
.github/workflows/clang-tidy.yml
vendored
@ -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 }}
|
||||
|
1
.github/workflows/cmake-format.yml
vendored
1
.github/workflows/cmake-format.yml
vendored
@ -34,3 +34,4 @@ jobs:
|
||||
commit-message: 'Fixes by cmake-format'
|
||||
title: 'Fixes by cmake-format'
|
||||
branch: cmake-format-patches
|
||||
branch-suffix: ${{ github.ref }}
|
||||
|
2
.github/workflows/python-linting.yml
vendored
2
.github/workflows/python-linting.yml
vendored
@ -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 }}
|
||||
|
2
.github/workflows/spell-check.yml
vendored
2
.github/workflows/spell-check.yml
vendored
@ -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 }}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user