Skip to content

Commit

Permalink
fixup! .github/workflows/labeler.yml: Fix version after breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
MrKevinWeiss committed Dec 4, 2023
1 parent 2bfed83 commit 0ea9a29
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,10 @@ on:

jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
if: github.event_name != 'merge_group'
steps:
- uses: actions/labeler@v5
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true

0 comments on commit 0ea9a29

Please sign in to comment.