👷 misc(CI): allow longer PR titles for dep updates
Now for real.
This commit is contained in:
parent
f3001298c2
commit
e2c5c6e9b7
2
.github/workflows/git-sumi.yml
vendored
2
.github/workflows/git-sumi.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- name: Set header length for dependency updates
|
||||
if: contains(github.event.pull_request.title, 'deps:')
|
||||
if: contains(github.event.pull_request.title, 'chore(deps)')
|
||||
run: echo "GIT_SUMI_MAX_HEADER_LENGTH=80" >> $GITHUB_ENV
|
||||
- uses: welpo/git-sumi-action@main
|
||||
env:
|
||||
|
Loading…
x
Reference in New Issue
Block a user