Skip to content

Commit 1412d55

Browse files
authored
Meta: Update issue title renamer
1 parent bd513e8 commit 1412d55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/labeler.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
with:
1818
token: ${{ github.token }}
1919
- uses: actions/checkout@v4
20-
- uses: fregante/title-replacer-action@v1
20+
- uses: fregante/title-replacer-action@v2
2121
with:
2222
token: ${{ github.token }}
2323
pattern-path: source/features
2424
replacement: '`$0`'
25-
trim-punctuation: true
25+
trim-wrappers: true

0 commit comments

Comments
 (0)