mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-08-29 11:58:24 +02:00
37 lines
716 B
YAML
37 lines
716 B
YAML
name: Linting PR title
|
|
|
|
on:
|
|
pull_request:
|
|
types:
|
|
- opened
|
|
- edited
|
|
- reopened
|
|
|
|
permissions:
|
|
contents: read
|
|
pull-requests: read # Required to read the PR title
|
|
|
|
jobs:
|
|
lint-pr-title:
|
|
name: PR Title Lint
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6.1.1
|
|
env:
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
with:
|
|
types: |
|
|
fix
|
|
feat
|
|
perf
|
|
refactor
|
|
test
|
|
style
|
|
docs
|
|
ci
|
|
build
|
|
chore
|
|
requireScope: true
|
|
ignoreLabels: |
|
|
bot
|