Skip to content

Commit

Permalink
Stop explicitly specifying dot: true
Browse files Browse the repository at this point in the history
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
  • Loading branch information
vilkinsons committed Dec 5, 2023
1 parent bf4fdbc commit 451e9cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ jobs:
steps:
- uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0
with:
dot: true
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 451e9cf

Please sign in to comment.