feat(workflow): Added the workflow for notifying plugin authors in PR's (#180)
* fix(workflow): Fixed a small bug with the issues-check-for-correct-plugin workflow * feat(workflow): Added a workflow to notify plugin authors for PR's * add pull-request: write perm --------- Co-authored-by: Lemmy <studio@quadbyte.net>
This commit is contained in:
co-authored by
Lemmy
parent
43b8003a71
commit
3c551c7832
@@ -37,4 +37,4 @@ plugin = lines[i].strip()
|
||||
|
||||
if "--- SELECT ---" in plugin:
|
||||
issue.create_comment("Specify which plugin this issue is about!")
|
||||
issue.edit(state='closed', state_reason='null')
|
||||
issue.edit(state='closed')
|
||||
|
||||
Reference in New Issue
Block a user