diff options
author | Simon Ser <contact@emersion.fr> | 2021-08-06 09:08:37 +0200 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2021-08-06 09:08:56 +0200 |
commit | 7dffa6f346ae32f7888177d74a45459997059767 (patch) | |
tree | d17e8327871b33922c318f58dcbdbde50475473b | |
parent | aa3df4084af54c9622f864bcae093da2f8f55b89 (diff) |
readme: fix unformatted label references
The newlines prevent the labels from being properly formatted.
Additionally, the second label reference has a typo (extra "s").
Signed-off-by: Simon Ser <contact@emersion.fr>
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -229,9 +229,9 @@ implementations, see the GOVERNANCE.md document. When merge requests get their needed feedback and items, remove the corresponding label that marks it as needing something. For example, if a -merge request receives all the required acknowledgments, remove the ~"Needs -acks" label, or if 30 days passed since opening, remove any ~"In 30 days -discussion period" label. +merge request receives all the required acknowledgments, remove the +~"Needs acks" label, or if 30 days passed since opening, remove any +~"In 30 day discussion period" label. ### Nacking a merge request |