👷 misc(CI): allow longer PR titles for dep updates

Now for real.
main
welpo 4 months ago
parent f3001298c2
commit e2c5c6e9b7
No known key found for this signature in database
GPG Key ID: A2F978CF4EC1F5A6

@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-24.04 runs-on: ubuntu-24.04
steps: steps:
- name: Set header length for dependency updates - 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 run: echo "GIT_SUMI_MAX_HEADER_LENGTH=80" >> $GITHUB_ENV
- uses: welpo/git-sumi-action@main - uses: welpo/git-sumi-action@main
env: env:

Loading…
Cancel
Save