mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Merge pull request #8332 from OPM/gha-improve-PR-names
This commit is contained in:
2
.github/workflows/clang-format.yml
vendored
2
.github/workflows/clang-format.yml
vendored
@@ -32,6 +32,6 @@ jobs:
|
||||
commit-message: 'Fixes by clang-format'
|
||||
title: 'Fixes by clang-format'
|
||||
branch: clang-format-patches
|
||||
branch-suffix: ${{ github.ref }}
|
||||
branch-suffix: random
|
||||
|
||||
|
2
.github/workflows/clang-tidy.yml
vendored
2
.github/workflows/clang-tidy.yml
vendored
@@ -95,4 +95,4 @@ jobs:
|
||||
commit-message: 'Fixes by clang-tidy'
|
||||
title: 'Fixes by clang-tidy'
|
||||
branch: clang-tidy-patches
|
||||
branch-suffix: ${{ github.ref }}
|
||||
branch-suffix: random
|
||||
|
2
.github/workflows/cmake-format.yml
vendored
2
.github/workflows/cmake-format.yml
vendored
@@ -34,4 +34,4 @@ jobs:
|
||||
commit-message: 'Fixes by cmake-format'
|
||||
title: 'Fixes by cmake-format'
|
||||
branch: cmake-format-patches
|
||||
branch-suffix: ${{ github.ref }}
|
||||
branch-suffix: random
|
||||
|
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
|
||||
branch-suffix: ${{ github.ref }}
|
||||
branch-suffix: random
|
||||
|
2
.github/workflows/spell-check.yml
vendored
2
.github/workflows/spell-check.yml
vendored
@@ -19,6 +19,6 @@ jobs:
|
||||
commit-message: 'Fixes by misspell-fixer'
|
||||
title: 'Typos fix by misspell-fixer'
|
||||
branch: spell-check-patches
|
||||
branch-suffix: ${{ github.ref }}
|
||||
branch-suffix: random
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user