Lines Matching refs:land
5 *tl;dr: You can land pull requests by adding the `commit-queue` label to it.*
9 land pull requests by adding the `commit-queue` label to a PR. All
10 checks will run via node-core-utils, and if the pull request is ready to land,
20 1. Collaborators will add `commit-queue` label to pull requests ready to land
28 4. Run `git node land <pr>`
30 1. Abort `git node land` session
32 3. Leave a comment on the PR with the output from `git node land`
96 is pending. No other CI validation is done here since `git node land` will fail
99 The script removes the `commit-queue` label. It then runs `git node land`,
101 `git node land --abort` is run, and then a `commit-queue-failed` label is added
102 to the PR, as well as a comment with the output of `git node land`.
104 If no errors happen during `git node land`, the script will use the
112 commits are landed manually via `git node land`. An easy way to revert is a