Skip to content

Commit 2d88036

Browse files
authored
fix: add protected labels for internal and external contributions (#1830)
1 parent 9604d85 commit 2d88036

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/labeler.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,3 +100,15 @@ tests:
100100
- '**/*test*.py'
101101
- '**/*test*.js'
102102
- '**/*test*.ts'
103+
104+
# Protected labels - managed by tag-external-contributions.yml
105+
# These rules never match, preventing sync-labels from removing them
106+
internal:
107+
- changed-files:
108+
- any-glob-to-any-file:
109+
- '.github/labeler-protected-internal-never-matches'
110+
111+
external:
112+
- changed-files:
113+
- any-glob-to-any-file:
114+
- '.github/labeler-protected-external-never-matches'

0 commit comments

Comments
 (0)