Skip to content

Commit

Permalink
🐛 Fix label sync for PR labeler
Browse files Browse the repository at this point in the history
  • Loading branch information
devtobi committed Aug 21, 2024
1 parent c64227e commit c1bc060
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pr_labeler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
- name: "Label PR"
uses: actions/labeler@v5
with:
sync-labels: true

0 comments on commit c1bc060

Please sign in to comment.