You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: setup-files/NOTIFIED
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,10 @@ Examples:
7
7
# This rule will notify @owner1 on changes to all files
8
8
# **/* @owner1
9
9
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
+
10
14
# This rule will notify @owner1 and @Org/team1 on changes to all .js files
11
15
# **/*.js @owner1 @Org/team1
12
16
@@ -37,6 +41,9 @@ Regex Examples:
37
41
# This rule will notify @owner1 on changes that include the word "gerald"
38
42
# "/gerald/ig" @owner1
39
43
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
+
40
47
# This rule will notify @owner1 on changes that *add* the word "gerald"
Copy file name to clipboardExpand all lines: setup-files/REVIEWERS
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,9 @@ Examples:
7
7
# This rule will request @owner1 for review on changes to all files. This rule will also request @owner2 for a blocking review.
8
8
# **/* @owner1 @owner2!
9
9
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
+
10
13
# This rule will request @owner1 and @Org/team1 for review on changes to all .js files
11
14
# **/*.js @owner1 @Org/team1
12
15
@@ -37,6 +40,9 @@ Regex Examples:
37
40
# This rule will request @owner1 for review on changes that include the word "gerald"
38
41
# "/gerald/ig" @owner1
39
42
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
+
40
46
# This rule will request @owner1 for review on changes that *add* the word "gerald"
0 commit comments