Skip to content

Commit

Permalink
👷 misc(CI): allow longer PR titles for dep updates
Browse files Browse the repository at this point in the history
Now for real.
  • Loading branch information
welpo committed Nov 5, 2024
1 parent 2c7b3a6 commit 3c64193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/git-sumi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3c64193

Please sign in to comment.