Skip to content

Commit 66b1d20

Browse files
chore: disable label synchronization in pull request labeler (#2879)
Co-authored-by: Nick Floyd <139819+nickfloyd@users.noreply.github.com>
1 parent 59e2bd5 commit 66b1d20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
- name: Run Labeler
1616
uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6.0.1
1717
with:
18-
sync-labels: true # Whether or not to remove labels when matching files are reverted or no longer changed by the PR
18+
sync-labels: false # Whether or not to remove labels when matching files are reverted or no longer changed by the PR

0 commit comments

Comments
 (0)