Home
last modified time | relevance | path

Searched refs:reviewer (Results 1 – 25 of 33) sorted by relevance

12

/third_party/typescript/scripts/
Drequest-pr-review.mjs6 string: ["token", "pull", "reviewer", "owner", "repo"],
15 reviewer: process.env.REQUESTED_REVIEWER,
25 if (!options.token || !options.pull || !options.reviewer || !options.owner || !options.repo) {
36 const reviewers = Array.isArray(options.reviewer) ? options.reviewer : [options.reviewer];
68 --reviewer <reviewer> The GH username of reviewer to add. May be specified multiple times.
/third_party/node/deps/v8/tools/release/
Dauto_push.py78 "--reviewer", self._options.reviewer,
98 if not options.author or not options.reviewer: # pragma: no cover
Dcommon_includes.py663 reviewer = None
664 if self._options.reviewer:
665 print("Using account %s for review." % self._options.reviewer)
666 reviewer = self._options.reviewer
673 if not reviewer and not tbr_reviewer:
678 reviewer = self.ReadLine()
680 self.GitUpload(reviewer, self._options.force_upload,
Dgit_recipes.py208 def GitUpload(self, reviewer="", force=False, cq=False, argument
213 if reviewer:
214 args += ["-r", Quoted(reviewer)]
Dauto_roll.py155 message.append("R=%s" % self._options.reviewer)
208 if not options.author or not options.reviewer:
Dcreate_release.py206 if not options.author or not options.reviewer:
/third_party/skia/third_party/externals/angle2/doc/
DCodeReviewProcess.md10 changes even if you are not a designated reviewer!
23 reviewer, you can request a follow-up CL to address the style issue if
36 * ANGLE has a 2-reviewer policy for CLs. This means all changes should get
39 reviewer to clear the CL.
DTestingAndProcesses.md62 CLs that only change dEQP or angle_end2end_tests expectations don't require a human reviewer and ca…
65 …-stamper@appspot.gserviceaccount.com as the reviewer on the expectations CL. Please also CC a huma…
DContributingCode.md59 ask a member of the group to submit the tryjob for you. Add jmadill or geofflang as a reviewer
177 * If you are not a committer, ask your reviewer to submit the change list.
238 and the fixed/final Patchset. Notice how a reviewer can easily see the fix to the original CL.
/third_party/skia/site/docs/dev/contrib/
Dsubmit.md71 ### Find a reviewer
73 Ideally, the reviewer is someone who is familiar with the area of code you are
125 review and click **Reply**. Enter at least one reviewer's email address. Now add
130 in the upper right. _Hint_: You can add -r reviewer@example.com --send-mail to
138 Code reviews are an important part of the engineering process. The reviewer will
144 You will likely get email back from the reviewer with comments. Fix these and
159 notification (it is helpful to tell the reviewer what you did with respect to
160 each of their comments). When the reviewer is happy with your patch, they will
Dcqkeywords.md29 The CQ will run through its list of verifiers (reviewer check, trybots, tree check,
/third_party/protobuf/
DCONTRIBUTING.md71 * Unless your PR is trivial, you should expect there will be reviewer comments
84 The reviewer will help you if there are test failures that seem not related
97 request affects, allowing us to better identify appropriate reviewer, create
/third_party/node/deps/v8/
DOWNERS1 # Eng reviewer. Please reach out before adding new top-level directories.
/third_party/skia/site/docs/user/
Dissue-tracker.md29 on [status.skia.org](https://status.skia.org) and as a reviewer on the roll CL.
/third_party/node/
Dglossary.md9 * RSLGTM: "Rubber-stamp looks good to me". The reviewer approving without doing
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/
DCONTRIBUTING.md67 The reviewer can either approve your PR or request changes. If changes are
71 Adding new commits makes it easier for the reviewer to see what has changed
77 After the PR has been reviewed it is the job of the reviewer to merge the PR.
/third_party/spirv-tools/
DCONTRIBUTING.md67 The reviewer can either approve your PR or request changes. If changes are
71 Adding new commits makes it easier for the reviewer to see what has changed
77 After the PR has been reviewed it is the job of the reviewer to merge the PR.
/third_party/skia/third_party/externals/spirv-tools/
DCONTRIBUTING.md67 The reviewer can either approve your PR or request changes. If changes are
71 Adding new commits makes it easier for the reviewer to see what has changed
77 After the PR has been reviewed it is the job of the reviewer to merge the PR.
/third_party/skia/site/docs/dev/chrome/
D_index.md25 a reviewer on the roll CL.
/third_party/googletest/googletest/scripts/
Dupload.py1321 for reviewer in options.reviewers.split(','):
1322 if "@" in reviewer and not reviewer.split("@")[1].count(".") == 1:
1323 ErrorExit("Invalid email address: %s" % reviewer)
/third_party/jerryscript/docs/
D08.CODING-STANDARDS.md98 * Although this is correct, a reviewer might request
665 * declarations. A reviewer might request such a change. */
/third_party/rust/crates/nix/
DCONTRIBUTING.md98 pull request has been reviewed, the reviewer will leave a comment like
/third_party/curl/docs/
DCODE_REVIEW.md36 deliberately and carefully. If not, a reviewer must help the author to realize
/third_party/skia/third_party/externals/abseil-cpp/
DCONTRIBUTING.md101 * Unless your PR is trivial, you should expect there will be reviewer comments
/third_party/skia/modules/canvaskit/
DREADME.md154 12. Send out CL for review. Feel free to point the reviewer at these steps.

12