forked from deepStateMirrors/tabi
👷 misc(CI): allow longer PR titles for dep updates
bd45a1ae45
didn't work
This commit is contained in:
parent
5f16885b36
commit
fa9f160342
1 changed files with 3 additions and 1 deletions
4
.github/workflows/git-sumi.yml
vendored
4
.github/workflows/git-sumi.yml
vendored
|
@ -16,7 +16,9 @@ jobs:
|
|||
name: Run git-sumi
|
||||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- name: Set header length for dependency updates
|
||||
if: contains(github.event.pull_request.title, 'deps:')
|
||||
run: echo "GIT_SUMI_MAX_HEADER_LENGTH=80" >> $GITHUB_ENV
|
||||
- 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…
Add table
Add a link
Reference in a new issue