Skip to content

chore(deps-dev): bump braces from 3.0.2 to 3.0.3 #29

chore(deps-dev): bump braces from 3.0.2 to 3.0.3

chore(deps-dev): bump braces from 3.0.2 to 3.0.3 #29

name: "Lint PR"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
wip: true
ignoreLabels: |
bot
ignore-semantic-pull-request
- name: Hint valid formats
if: ${{ failure() }}
uses: thollander/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
message: |
Please adjust your PR title to match the [Conventional Commits spec](https://www.conventionalcommits.org/).
For example:
- fix: fix http client code
- feat: allow provided config object to extend other configs
- refactor!: drop support for node 6
- feat(ui): add button component