Skip to content

ci: bump docker/login-action from 2 to 3 #11

ci: bump docker/login-action from 2 to 3

ci: bump docker/login-action from 2 to 3 #11

Workflow file for this run

name: PR Title Linter
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
main:
name: Conventional Commits
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
feat
fix
build
ci
docs
style
refactor
perf
test
chore
scopes: |
core
functions
configs