Skip to content

Commit b901412

Browse files
committed
chore: linting
1 parent 9a3e1d5 commit b901412

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/labeler.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
issues: write # for github/issue-labeler to create or remove labels
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: github/issue-labeler@v2.5
17-
with:
18-
repo-token: "${{ secrets.GITHUB_TOKEN }}"
19-
configuration-path: .github/labeler.yml
20-
not-before:
21-
enable-versioned-regex: 0
16+
- uses: github/issue-labeler@v2.5
17+
with:
18+
repo-token: "${{ secrets.GITHUB_TOKEN }}"
19+
configuration-path: .github/labeler.yml
20+
not-before:
21+
enable-versioned-regex: 0

0 commit comments

Comments
 (0)