Skip to content

Indicate in the docs how no-this-assignment relates to @typescript-eslint/no-this-alias #991

Indicate in the docs how no-this-assignment relates to @typescript-eslint/no-this-alias

Indicate in the docs how no-this-assignment relates to @typescript-eslint/no-this-alias #991

name: Title formatter
on:
pull_request_target:
types: [opened, edited]
issues:
types: [opened, edited]
jobs:
Rule:
runs-on: ubuntu-latest
permissions:
pull-requests: write
issues: write
steps:
- uses: actions/checkout@v4
with:
sparse-checkout: docs/rules
- name: Auto-format rule names in titles
uses: fregante/keyword-formatter-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
keywords-path: docs/rules
prefix: unicorn/