Skip to content

Commit 6fc71c9

Browse files
authored
ci: prevent label remove
This prevents the removal of labels that occurs due to a bug in 'actions/labeler' (see actions/labeler#112).
1 parent 8e19ef0 commit 6fc71c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pr_labeler.yml

+1
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ jobs:
99
- uses: actions/labeler@v4
1010
with:
1111
repo-token: "${{ secrets.GITHUB_TOKEN }}"
12+
sync-labels: ''

0 commit comments

Comments
 (0)