diff options
| author | Shadowghost <Ghost_of_Stone@web.de> | 2025-12-29 17:51:50 +0100 |
|---|---|---|
| committer | Shadowghost <Ghost_of_Stone@web.de> | 2026-01-02 10:07:45 +0100 |
| commit | 85ff70859711c9be7a4aa271d5a90464eb790de4 (patch) | |
| tree | 4a688e2bc4e7b20c8b0df621a21df69c4b34bd7c /.github/workflows/issue-template-check.yml | |
| parent | 23b48a0d0f92706bc4f533cfa78077796ce8da61 (diff) | |
Format workflows
Diffstat (limited to '.github/workflows/issue-template-check.yml')
| -rw-r--r-- | .github/workflows/issue-template-check.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/issue-template-check.yml b/.github/workflows/issue-template-check.yml index 8be48b5c3..53a66e013 100644 --- a/.github/workflows/issue-template-check.yml +++ b/.github/workflows/issue-template-check.yml @@ -13,13 +13,16 @@ jobs: uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: repository: jellyfin/jellyfin-triage-script + - name: install python uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0 with: python-version: '3.14' cache: 'pip' + - name: install python packages run: pip install -r main-repo-triage/requirements.txt + - name: check and comment issue working-directory: ./main-repo-triage run: python3 single_issue_gha.py |
