Skip to content

Commit

Permalink
Improve issue/PR title formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante authored Oct 22, 2024
1 parent 8dec962 commit 0d91fe8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/title-formatter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Auto-format rule names in titles
uses: fregante/title-replacer-action@v1
uses: fregante/title-replacer-action@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
pattern-path: docs/rules
replacement: '`$0`'
trim-punctuation: true
trim-wrappers: true

0 comments on commit 0d91fe8

Please sign in to comment.