ci: fix update flake pr title condition (#1169)
This commit is contained in:
parent
a49bff748c
commit
9738ceb901
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update-flake.yml
vendored
2
.github/workflows/update-flake.yml
vendored
|
|
@ -32,7 +32,7 @@ jobs:
|
|||
token: ${{ steps.generate-token.outputs.token }}
|
||||
branch: update_flake_lock_action_${{ matrix.branch }}
|
||||
commit-msg: "stylix: update all flake inputs"
|
||||
pr-title: "${{ contains('release', matrix.branch) && '[${{ matrix.branch }}] ' || '' }}stylix: update all flake inputs" # yamllint disable-line rule:line-length
|
||||
pr-title: "${{ startsWith(matrix.branch, 'release') && '[${{ matrix.branch }}] ' || '' }}stylix: update all flake inputs" # yamllint disable-line rule:line-length
|
||||
pr-labels: dependencies
|
||||
# yamllint disable rule:line-length
|
||||
pr-body: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue