Skip to content

feat: added data for link-parameters property and param() function #31

feat: added data for link-parameters property and param() function

feat: added data for link-parameters property and param() function #31

Workflow file for this run

name: lint-pr-title
on:
pull_request:
types:
- opened
- edited
- synchronize
- reopened
permissions:
pull-requests: read
jobs:
lint-pr-title:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6.1.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
feat
fix
enhance
refactor
perf
docs
test
chore
build
ci