Skip to content

Commit 78e49e1

Browse files
Update allowed-labels.yml (#4524)
* Update allowed-labels.yml Adds label for cross-service team PRs. To be ignored by the on-call flow and managed/shepherded by the Cross Service team. * Updates the Label Checker as well to only check the main branch --------- Co-authored-by: Jason Q <[email protected]>
1 parent e622ef8 commit 78e49e1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/allowed-labels.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,4 +129,7 @@
129129
description: "A medium amount of effort/complexity"
130130
- name: size/large
131131
color: "adb5bd"
132-
description: "A large amount of effort/complexity"
132+
description: "A large amount of effort/complexity"
133+
- name: cross-service-team
134+
color: "e0cdff"
135+
description: "PRs for the Cross Service Cloud Sherpas"

.github/workflows/label-checker.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
name: Label Checker
33
on:
44
pull_request:
5+
branches:
6+
- main
57
types:
68
- opened
79
- synchronize

0 commit comments

Comments
 (0)