mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 09:54:52 +00:00
@@ -138,11 +138,7 @@ function tag_pr($payload, $opened) {
|
||||
if(strpos($lowertitle, 'refactor') !== FALSE)
|
||||
$tags[] = 'Refactor';
|
||||
|
||||
<<<<<<< HEAD
|
||||
if(strpos($lowertitle, 'revert') !== FALSE || strpos($lowertitle, 'removes') !== FALSE)
|
||||
=======
|
||||
if(strpos(strtolower($title), 'revert') !== FALSE || strpos(strtolower($title), 'removes') !== FALSE)
|
||||
>>>>>>> 6d41d71... Another fix (#30441)
|
||||
$tags[] = 'Revert/Removal';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user