Skip to content

Commit eb08fc5

Browse files
authored
Meta: Fix title formatter (#2610)
1 parent 2c7c761 commit eb08fc5

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/title-formatter.yml

+6-4
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,12 @@ jobs:
1414
issues: write
1515
steps:
1616
- uses: actions/checkout@v4
17+
with:
18+
sparse-checkout: docs/rules
1719
- name: Auto-format rule names in titles
18-
uses: fregante/title-replacer-action@v2
20+
uses: fregante/keyword-formatter-action@v1
1921
with:
2022
token: ${{ secrets.GITHUB_TOKEN }}
21-
pattern-path: docs/rules
22-
replacement: '`$0`'
23-
trim-wrappers: true
23+
keywords-path: docs/rules
24+
prefix: unicorn/
25+

0 commit comments

Comments
 (0)