Skip to content

Commit

Permalink
Fix PR labeler CI
Browse files Browse the repository at this point in the history
Fix wikimedia-gadgets#1907

I can't easily figure out how to upgrade the syntax of https://github.com/wikimedia-gadgets/twinkle/blob/master/.github/labels.yml from v4 to v5. As a band aid fix to get our CI working, force the PR labeler to use v4.
  • Loading branch information
NovemLinguae committed Jan 12, 2024
1 parent c91bd69 commit a9a1e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@main
- uses: actions/labeler@v4
with:
configuration-path: ".github/labels.yml"
repo-token: "${{ secrets.GITHUB_TOKEN }}"
Expand Down

0 comments on commit a9a1e76

Please sign in to comment.