Skip to content

Commit 0d91fe8

Browse files
authored
Improve issue/PR title formatting
1 parent 8dec962 commit 0d91fe8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/title-formatter.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v4
1717
- name: Auto-format rule names in titles
18-
uses: fregante/title-replacer-action@v1
18+
uses: fregante/title-replacer-action@v2
1919
with:
2020
token: ${{ secrets.GITHUB_TOKEN }}
2121
pattern-path: docs/rules
2222
replacement: '`$0`'
23-
trim-punctuation: true
23+
trim-wrappers: true

0 commit comments

Comments
 (0)