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:
Spyridon Siarapis
2026-07-31 21:35:41 -04:00
committed by GitHub
co-authored by Lemmy
parent 43b8003a71
commit 3c551c7832
3 changed files with 114 additions and 1 deletions
@@ -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')