Skip to content

Commit 451e9cf

Browse files
authored
Stop explicitly specifying dot: true
Per actions/labeler#316 (comment) the `dot: true` option in `.github/workflows/labeler.yml` can be removed, as `dot` is now set to `true` by default in v5.0.0
1 parent bf4fdbc commit 451e9cf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/labeler.yml

-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,4 @@ jobs:
88
steps:
99
- uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0
1010
with:
11-
dot: true
1211
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)