chore: bump anyhow from 1.0.91 to 1.0.95 #830
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: pr-lints | |
on: | |
pull_request_target: | |
types: | |
- opened | |
- edited | |
- synchronize | |
jobs: | |
semantic-title: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: amannn/[email protected] | |
with: | |
subjectPattern: ^[a-z].+$ | |
subjectPatternError: | | |
The subject "{subject}" found in the pull request title "{title}" should start with a lowercase. | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |