diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index d021fd025ccb..9ffb81b8d26d 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ await CI feedback on a rebased changeset, then one clicks submit, and effectively makes everybody else rebase again. `gerrit-queue` is meant to remove these races to master. -Developers can add a specific tag `submit_me` to all changesets in a series, +Developers can set the `Autosubmit` label to `+1` on all changesets in a series, and if all preconditions on are met ("submittable" in gerrit speech, this usually means passing CI and passing Code Review), `gerrit-queue` takes care of rebasing and submitting it to master |