Skip to content

build(deps): bump the common group across 1 directory with 4 updates #3537

build(deps): bump the common group across 1 directory with 4 updates

build(deps): bump the common group across 1 directory with 4 updates #3537

name: "Lint PR title and label"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
- reopened
permissions: {}
jobs:
pr-title-checker:
name: Validate PR title
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: amannn/action-semantic-pull-request@e32d7e603df1aa1ba07e981f2a23455dee596825 # was: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
feat
fix
docs
style
refactor
perf
test
build
ci
sec
chore
release
revert
- name: Label the PR
uses: gerrymanoim/pr-prefix-labeler@c8062327f6de59a9ae1c19f7f07cacd0b976b6fa # was: gerrymanoim/pr-prefix-labeler@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}