WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

unicorn/prevent-abbreviations incorrectly handles imports after an auto-fix #900

unicorn/prevent-abbreviations incorrectly handles imports after an auto-fix

unicorn/prevent-abbreviations incorrectly handles imports after an auto-fix #900

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/