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
  • Loading branch information
welpo committed Oct 26, 2024
1 parent 2e3cff2 commit bd45a1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/git-sumi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit bd45a1a

Please sign in to comment.