Skip to content

Commit 978afde

Browse files
committed
Add documentation for Safe-Merge-Queue
Safe-Merge-Queue is undocumented! This also updates existing documentation for Unsafe-Merge-Queue and Merge-Queue. * docs/Deep Dive/GitHub/Merging.md * docs/Deep Dive/GitHub/PullRequests.md * docs/Getting Started/ContributingCode.md
1 parent 6b8c343 commit 978afde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Deep Dive/GitHub/PullRequests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Commits generally require the approval of a [reviewer](https://webkit.org/team/#
3232

3333
## Landing
3434

35-
Only repository administrators have direct commit access, and this is reserved for repairing infrastructure issues. Pull requests should be landed through the [Merge-Queues](/Getting Started/ContributingCode#merge-queues), which is achieved by applying [`safe-merge-queue`](https://github.com/WebKit/WebKit/labels?q=safe-merge-queue), [`merge-queue`](https://github.com/WebKit/WebKit/labels?q=merge-queue), or [`unsafe-merge-queue`](https://github.com/WebKit/WebKit/labels?q=unfsafe-merge-queue) label to your pull request.
35+
Only repository administrators have direct commit access, and this is reserved for repairing infrastructure issues. Pull requests should be landed through the [Merge-Queues](/Getting Started/ContributingCode#merge-queues), which is achieved by applying the [`safe-merge-queue`](https://github.com/WebKit/WebKit/labels?q=safe-merge-queue), [`merge-queue`](https://github.com/WebKit/WebKit/labels?q=merge-queue), or [`unsafe-merge-queue`](https://github.com/WebKit/WebKit/labels?q=unfsafe-merge-queue) label to your pull request.
3636

3737
Each queue makes sure a change is reviewed by adding the name of all [reviewers](https://webkit.org/team/#reviewers) who have approved a pull request to the commit message. It will then check the commit message for `Reviewed by`.
3838

0 commit comments

Comments
 (0)