Skip to content

Commit 7bc2eb8

Browse files
committed
Add high_prio_lables
1 parent 0ede1c1 commit 7bc2eb8

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/codeowners.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ concurrency:
77
on:
88
pull_request:
99
branches: [main]
10-
types: [opened, reopened, synchronize, ready_for_review]
10+
types: [opened, reopened, synchronize, ready_for_review, labeled, unlabeled]
1111

1212
jobs:
1313
codeowners:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ concurrency:
5858
5959
on:
6060
pull_request:
61-
types: [opened, reopened, synchronize, ready_for_review]
61+
types: [opened, reopened, synchronize, ready_for_review, labeled, unlabeled]
6262
6363
jobs:
6464
codeowners:

codeowners.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ max_reviews = 2
66
unskippable_reviewers = ["@BakerNet"]
77
# `ignore` allows you to specify directories that should be ignored by the codeowners check
88
ignore = ["test_project"]
9+
# `high_priority_lables` allows you to specify labels that should be considered high priority
10+
high_priority_lables = ["P0"]
911

1012
# `enforcement` allows you to specify how the codeowners check should be enforced
1113
[enforcement]

0 commit comments

Comments
 (0)