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

main
welpo 4 months ago
parent 2e3cff2ef1
commit bd45a1ae45
No known key found for this signature in database
GPG Key ID: A2F978CF4EC1F5A6

@ -14,8 +14,9 @@ permissions:
jobs:
main:
name: Run git-sumi
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: welpo/git-sumi-action@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GIT_SUMI_MAX_HEADER_LENGTH: ${{ contains(github.event.pull_request.title, 'deps:') && '80' || '' }} # Allow longer titles for dependency updates.

Loading…
Cancel
Save