Skip to content

Commit fba4885

Browse files
add labeling
1 parent 1cb1752 commit fba4885

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/labeler.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,3 +216,16 @@ Waypoint:
216216
- any-glob-to-any-file: [
217217
'content/hcp-docs/content/docs/waypoint/**'
218218
]
219+
220+
# Add 'HCP Docs' label to changes under 'content/hcp-docs'
221+
#
222+
# Label | Rule
223+
# --------------- | ------------------------------------------------------------
224+
# HCP Docs | Default; applies to all doc updates
225+
226+
HCP Docs:
227+
- any:
228+
- changed-files:
229+
- any-glob-to-any-file: [
230+
'content/hcp-docs/**'
231+
]

0 commit comments

Comments
 (0)