feat(workflow): Multiple fixes in one (#160)

* fix(workflow): Re-organized the workflow, put the scripts in their own scripts folder

* fix(workflow): Fixed so that we have a default SELECT selection in the issue templates

* fix(workflow): Added a way to run the issue workflows manually as well

* feat(workflow): Added workflow for closing issues with no selected plugin

* fix(workflow): Changed so that we only use one file for jobs that only care about the plugin folders

* fix(workflows): resolve repository root after script move

---------

Co-authored-by: Lemmy <studio@quadbyte.net>
This commit is contained in:
Spyridon Siarapis
2026-07-30 09:17:54 -04:00
committed by GitHub
co-authored by Lemmy
parent 68d904fcea
commit 9b2179899b
15 changed files with 144 additions and 67 deletions
+2 -2
View File
@@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v7
- name: Validate plugin manifests
run: python3 .github/workflows/validate-plugins.py
run: python3 .github/workflows/scripts/validate-plugins.py
- name: Test plugin validator
run: python3 -m unittest discover -s .github/workflows -p 'test_*.py'
run: python3 -m unittest discover -s .github/workflows/scripts -p 'test_*.py'