Skip to content

feat: 将镜像推送至harbor #37

feat: 将镜像推送至harbor

feat: 将镜像推送至harbor #37

name: Semantic PR
on:
pull_request:
types:
- opened
- edited
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
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