Browse code

Rename status labels

Signed-off-by: Arnaud Porterie <arnaud.porterie@docker.com>

Arnaud Porterie authored on 2015/04/04 06:12:38
Showing 1 changed files
... ...
@@ -131,7 +131,7 @@ for each.
131 131
 """
132 132
 
133 133
 		# Triage
134
-		[Rules.review.states.0-triage]
134
+		[Rules.review.states.0-needs-triage]
135 135
 
136 136
 			# Maintainers are expected to triage new incoming pull requests by removing
137 137
 			# the `0-triage` label and adding the correct labels (e.g. `1-design-review`)
... ...
@@ -149,7 +149,7 @@ for each.
149 149
 			1-design-review = "general case"
150 150
 
151 151
 		# Design review
152
-		[Rules.review.states.1-design-review]
152
+		[Rules.review.states.1-needs-design-review]
153 153
 
154 154
 			# Maintainers are expected to comment on the design of the pull request.
155 155
 			# Review of documentation is expected only in the context of design validation,
... ...
@@ -166,7 +166,7 @@ for each.
166 166
 			2-code-review = "general case"
167 167
 
168 168
 		# Code review
169
-		[Rules.review.states.2-code-review]
169
+		[Rules.review.states.2-needs-code-review]
170 170
 
171 171
 			# Maintainers are expected to review the code and ensure that it is good
172 172
 			# quality and in accordance with the documentation in the PR.
... ...
@@ -184,7 +184,7 @@ for each.
184 184
 			3-docs-review = "general case"
185 185
 
186 186
 		# Docs review
187
-		[Rules.review.states.3-docs-review]
187
+		[Rules.review.states.3-needs-docs-review]
188 188
 
189 189
 			# Maintainers are expected to review the documentation in its bigger context,
190 190
 			# ensuring consistency, completeness, validity, and breadth of coverage across
... ...
@@ -207,7 +207,7 @@ for each.
207 207
 			4-merge = "general case"
208 208
 
209 209
 		# Merge
210
-		[Rules.review.states.4-merge]
210
+		[Rules.review.states.4-needs-merge]
211 211
 
212 212
 			# Maintainers are expected to merge this pull request as soon as possible.
213 213
 			# They can ask for a rebase, or carry the pull request themselves.