Skip to content

feat(ego-lint): add lifecycle leak detection (R-LIFE-21, R-LIFE-22, R-LIFE-24) #63

feat(ego-lint): add lifecycle leak detection (R-LIFE-21, R-LIFE-22, R-LIFE-24)

feat(ego-lint): add lifecycle leak detection (R-LIFE-21, R-LIFE-22, R-LIFE-24) #63

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
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"