Skip to content

Commit

Permalink
'Ports' PR labeler fix from Beestation (#2591)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bokkiewokkie authored Dec 8, 2023
1 parent 09fb633 commit 51eadee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/extra_pr_labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
commentOnDirty: "This pull request has conflicts, please resolve those before we can evaluate the pull request."
- name: Apply labels based on changed files
if: github.event_name != 'push'
uses: actions/labeler@main
uses: actions/labeler@v4.3.0
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true
Expand Down

0 comments on commit 51eadee

Please sign in to comment.