mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
gha : Use unique name for auto generated patch branches
This commit is contained in:
parent
9790300547
commit
52fc12adf3
1
.github/workflows/clang-format.yml
vendored
1
.github/workflows/clang-format.yml
vendored
@ -26,5 +26,6 @@ jobs:
|
|||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
commit-message: 'Fixes by clang-format'
|
commit-message: 'Fixes by clang-format'
|
||||||
title: 'Fixes by clang-format'
|
title: 'Fixes by clang-format'
|
||||||
|
branch: clang-format-patches
|
||||||
|
|
||||||
|
|
3
.github/workflows/spell-check.yml
vendored
3
.github/workflows/spell-check.yml
vendored
@ -13,9 +13,10 @@ jobs:
|
|||||||
- uses: sobolevn/misspell-fixer-action@master
|
- uses: sobolevn/misspell-fixer-action@master
|
||||||
with:
|
with:
|
||||||
options: '-rsvnuR ApplicationCode/'
|
options: '-rsvnuR ApplicationCode/'
|
||||||
- uses: peter-evans/create-pull-request@v2.4.4
|
- uses: peter-evans/create-pull-request@v2
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
commit-message: 'Fixes by misspell-fixer'
|
commit-message: 'Fixes by misspell-fixer'
|
||||||
title: 'Typos fix by misspell-fixer'
|
title: 'Typos fix by misspell-fixer'
|
||||||
|
branch: spell-check-patches
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user