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
# the g3 status will be added to your pull requests if they include files that match the patterns
28
28
g3Status:
@@ -33,7 +33,7 @@ merge:
33
33
mergeConflictComment: "Hi @{{PRAuthor}}! This PR has merge conflicts due to recent upstream merges.\nPlease help to unblock it by resolving these conflicts. Thanks!"
34
34
35
35
# label to monitor
36
-
mergeLabel: "pr: merge ready"
36
+
mergeLabel: 'pr: merge ready'
37
37
38
38
# list of checks that will determine if the merge label can be added
39
39
checks:
@@ -43,23 +43,23 @@ merge:
43
43
requireReviews: false
44
44
# list of labels that a PR needs to have, checked with a regexp (e.g. "PR target:" will work for the label "PR target: master")
45
45
requiredLabels:
46
-
- "target: *"
46
+
- 'target: *'
47
47
48
48
# list of labels that a PR shouldn't have, checked after the required labels with a regexp
49
49
forbiddenLabels:
50
-
- "blocked"
51
-
- "pr: blocked"
52
-
- "pr: needs*"
53
-
- "presubmit failures"
50
+
- 'blocked'
51
+
- 'pr: blocked'
52
+
- 'pr: needs*'
53
+
- 'presubmit failures'
54
54
55
55
# list of PR statuses that need to be successful
56
56
requiredStatuses:
57
-
- "ci/circleci: lint"
58
-
- "ci/circleci: bazel_build"
59
-
- "ci/circleci: tests_browsers"
60
-
- "ci/circleci: tests_browserstack"
61
-
- "ci/circleci: tests_saucelabs"
62
-
- "ci/circleci: build_release_packages"
57
+
- 'ci/circleci: lint'
58
+
- 'ci/circleci: bazel_build'
59
+
- 'ci/circleci: tests_browsers'
60
+
- 'ci/circleci: tests_browserstack'
61
+
- 'ci/circleci: tests_saucelabs'
62
+
- 'ci/circleci: build_release_packages'
63
63
64
64
# the comment that will be added when the merge label is added despite failing checks, leave empty or set to false to disable
65
65
# {{MERGE_LABEL}} will be replaced by the value of the mergeLabel option
0 commit comments