Skip to content

Commit

Permalink
Fix actions/labeler config to not remove manually added labels
Browse files Browse the repository at this point in the history
  • Loading branch information
hashhar authored and findepi committed Feb 9, 2022
1 parent d2721af commit dc2567f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ jobs:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
# Do not sync labels as this reverts manually added "tests:hive" label.
# Syncing labels requires that we define "components" labels.
sync-labels: false
# See https://github.com/actions/labeler/issues/112#issuecomment-999953377 for why an empty string instead of false.
sync-labels: ''
configuration-path: .github/config/labeler-config.yml

0 comments on commit dc2567f

Please sign in to comment.