👷 misc(CI): allow longer PR titles for dep updates
This commit is contained in:
parent
2e3cff2ef1
commit
bd45a1ae45
3
.github/workflows/git-sumi.yml
vendored
3
.github/workflows/git-sumi.yml
vendored
@ -14,8 +14,9 @@ permissions:
|
|||||||
jobs:
|
jobs:
|
||||||
main:
|
main:
|
||||||
name: Run git-sumi
|
name: Run git-sumi
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-24.04
|
||||||
steps:
|
steps:
|
||||||
- uses: welpo/git-sumi-action@main
|
- uses: welpo/git-sumi-action@main
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
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…
x
Reference in New Issue
Block a user