Skip to content

Commit 13c938e

Browse files
authored
Merge branch 'main' into fix-reviewers-lilli
2 parents 52c0976 + c9b7069 commit 13c938e

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

setup-files/NOTIFIED

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ Examples:
77
# This rule will notify @owner1 on changes to all files
88
# **/* @owner1
99

10+
# This rule will notify @owner1 on changes to all files, and the rule
11+
# has a label "allfiles", which will be included in the github PR info.
12+
# allfiles: **/* @owner1
13+
1014
# This rule will notify @owner1 and @Org/team1 on changes to all .js files
1115
# **/*.js @owner1 @Org/team1
1216

@@ -37,6 +41,9 @@ Regex Examples:
3741
# This rule will notify @owner1 on changes that include the word "gerald"
3842
# "/gerald/ig" @owner1
3943

44+
# This rule will notify @owner1 on changes that include the word "gerald", and has a label "used_gerald", which will be included in the github PR info.
45+
# used_gerald: "/gerald/ig" @owner1
46+
4047
# This rule will notify @owner1 on changes that *add* the word "gerald"
4148
# "/^\+.*gerald/igm" @owner1
4249

setup-files/REVIEWERS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ Examples:
77
# This rule will request @owner1 for review on changes to all files. This rule will also request @owner2 for a blocking review.
88
# **/* @owner1 @owner2!
99

10+
# This rule will request @owner1 for review on changes to all files, and the rule has a label "allfiles", which will be included in the github PR info.
11+
# allfiles: **/* @owner1
12+
1013
# This rule will request @owner1 and @Org/team1 for review on changes to all .js files
1114
# **/*.js @owner1 @Org/team1
1215

@@ -37,6 +40,9 @@ Regex Examples:
3740
# This rule will request @owner1 for review on changes that include the word "gerald"
3841
# "/gerald/ig" @owner1
3942

43+
# This rule will request @owner1 for review on changes that include the word "gerald", and has a label "used_gerald", which will be included in the github PR info.
44+
# used_gerald: "/gerald/ig" @owner1
45+
4046
# This rule will request @owner1 for review on changes that *add* the word "gerald"
4147
# "/^\+.*gerald/igm" @owner1
4248

0 commit comments

Comments
 (0)