Skip to content

Commit a17d9f1

Browse files
committed
ci: enable label synchronization in PR labeler workflow
This ensures that labels remain consistent by automatically syncing them.
1 parent 73cd550 commit a17d9f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pr-labeler.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/labeler@v6
10+
with:
11+
sync-labels: true

0 commit comments

Comments
 (0)