Skip to content

fix: bump actions-runner to 2.336.0 #5

fix: bump actions-runner to 2.336.0

fix: bump actions-runner to 2.336.0 #5

name: Semantic PR
on:
pull_request:
types:
- opened
- edited
- synchronize
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v3.1.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
build
chore
ci
docs
feat
fix
perf
refactor
revert
style
test
deps
requireScope: false
subjectPattern: ^(?![A-Z]).+$
wip: false