Skip to content

ci: upgrade actions to Node.js 24 before 2026-06-02 deprecation #247

ci: upgrade actions to Node.js 24 before 2026-06-02 deprecation

ci: upgrade actions to Node.js 24 before 2026-06-02 deprecation #247

Workflow file for this run

name: Lint PR Title
on:
pull_request_target:
types:
- opened
- reopened
- edited
- synchronize
permissions:
pull-requests: read
jobs:
lint-pr-title:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
feat
fix
docs
test
refactor
perf
ci
chore
build
scopes: |
ego-lint
ego-review
ego-scaffold
ego-simulate
ego-submit
ego-field-test
main
requireScope: false
subjectPattern: ^[a-z].+$
subjectPatternError: |
The subject "{subject}" must start with a lowercase letter.
Example: "feat(ego-lint): add check for unscoped CSS classes"