Update github-bot.ts
This commit is contained in:
		
							parent
							
								
									3c5f09cda2
								
							
						
					
					
						commit
						59e229d962
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -75,9 +75,9 @@ handler.on('status', event => {
 | 
				
			||||||
				const parentState = parentStatuses[0].state;
 | 
									const parentState = parentStatuses[0].state;
 | 
				
			||||||
				const stillFailed = parentState == 'failure' || parentState == 'error';
 | 
									const stillFailed = parentState == 'failure' || parentState == 'error';
 | 
				
			||||||
				if (stillFailed) {
 | 
									if (stillFailed) {
 | 
				
			||||||
					post(`**⚠️BUILD STILL FAILED⚠️**: ?[${commit.commit.message}](${commit.html_url})`);
 | 
										post(`⚠️**BUILD STILL FAILED**⚠️: ?[${commit.commit.message}](${commit.html_url})`);
 | 
				
			||||||
				} else {
 | 
									} else {
 | 
				
			||||||
					post(`**🚨BUILD FAILED🚨**: →→→?[${commit.commit.message}](${commit.html_url})←←←`);
 | 
										post(`🚨**BUILD FAILED**🚨: →→→?[${commit.commit.message}](${commit.html_url})←←←`);
 | 
				
			||||||
				}
 | 
									}
 | 
				
			||||||
			});
 | 
								});
 | 
				
			||||||
			break;
 | 
								break;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue