Skip to content

Commit 3234ec1

Browse files
committed
Meta: Use new keyword formatter action for titles
1 parent 89f35ea commit 3234ec1

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/labeler.yml

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

0 commit comments

Comments
 (0)