Merge pull request #8332 from OPM/gha-improve-PR-names

This commit is contained in:
Magne Sjaastad
2021-11-29 12:33:38 +01:00
committed by GitHub
parent 64bb841d1c
commit 95f1b63ddf
5 changed files with 5 additions and 5 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

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
branch-suffix: ${{ github.ref }}
branch-suffix: random

View File

@@ -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