Change issue labels in bot configs to the new prefixed version (#18311)
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/no-response.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/no-response.yml
									
									
									
									
										vendored
									
									
								
							| @@ -1,7 +1,7 @@ | ||||
| # Number of days of inactivity before an Issue is closed for lack of response | ||||
| daysUntilClose: 30 | ||||
| # Label requiring a response | ||||
| responseRequiredLabel: more-information-needed | ||||
| responseRequiredLabel: "need:more-information" | ||||
| # Comment to post when closing an Issue for lack of response. Set to `false` to disable | ||||
| closeComment: > | ||||
|   This issue has been automatically closed because there has been no response | ||||
|   | ||||
							
								
								
									
										2
									
								
								.github/stale.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/stale.yml
									
									
									
									
										vendored
									
									
								
							| @@ -7,7 +7,7 @@ exemptLabels: | ||||
|   - pinned | ||||
|   - security | ||||
| # Label to use when marking an issue as stale | ||||
| staleLabel: stale | ||||
| staleLabel: "status:inactive" | ||||
| # Comment to post when marking an issue as stale. Set to `false` to disable | ||||
| markComment: > | ||||
|   This issue has been automatically marked as stale because it has not had | ||||
|   | ||||
		Reference in New Issue
	
	Block a user