mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-28 07:50:31 +05:30
Checkrun case
This commit is contained in:
parent
a77d358a42
commit
5214ae3ea3
4
.github/checkrun.py
vendored
4
.github/checkrun.py
vendored
@ -10,4 +10,8 @@ message = data['commit']['message']
|
||||
if "\n\n" in message:
|
||||
if message.split("\n\n",1)[-1].split()[0] == "[SILENT]":
|
||||
system('killall -9 python')
|
||||
else:
|
||||
print("Silence not found")
|
||||
else:
|
||||
print("Empty Description")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user