ci: fix update flake pr title condition (#1169)

This commit is contained in:
awwpotato 2025-04-23 19:57:53 -07:00 committed by GitHub
parent a49bff748c
commit 9738ceb901
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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