5 | | commit-queue+ // Patch is 100% ready for commit, queue should land it. (Moral equivalent of committing yourself.) |
6 | | commit-queue- // Patch needs manual landing (set this when you don't want any chance of auto-commit) |
7 | | commit-queue? // Set by non-committers to ask someone to approve their patch for auto-commit. |
| 5 | * commit-queue=+ // Patch is 100% ready for commit, queue should land it. (Moral equivalent of committing yourself.) |
| 6 | * commit-queue=- // Patch needs manual landing (set this when you don't want any chance of auto-commit) |
| 7 | * commit-queue=? // Set by non-committers to ask someone to approve their patch for auto-commit. |