]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
issues: misc. template updates
authorChristian Hewitt <christianshewitt@gmail.com>
Mon, 25 Aug 2025 16:59:18 +0000 (16:59 +0000)
committerFlole <Flole998@users.noreply.github.com>
Mon, 25 Aug 2025 18:24:39 +0000 (20:24 +0200)
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
.github/ISSUE_TEMPLATE/bug_report.yml
.github/workflows/enforce-issue-template.yml

index 66df5925b9934f86ad1f7acd41b834a2c8154470..7b8f2675c77f5f5c532e9c54ea0a505f1a71cbab 100644 (file)
@@ -10,8 +10,7 @@ body:
       description: "What Tvheadend version are you using?"
       options:
         - v4.2 (unsupported)
-        - v4.3 (development)
-        - v4.4 (stable)
+        - v4.3 (stable)
     validations:
       required: true
   - type: input
@@ -35,9 +34,15 @@ body:
         - Debian 10 (Buster)
         - Debian 11 (Bullseye)
         - Debian 12 (Bookworm)
+        - Debian 13 (Trixie)
+        - Enterprise Linux 8
+        - Enterprise Linux 9
         - Fedora 37
         - Fedora 38
         - Fedora 39
+        - Fedora 40
+        - Fedora 41
+        - Fedora 42
         - Fedora Rawhide
         - FreeBSD (all)
         - Raspberry Pi OS (Buster)
@@ -50,6 +55,7 @@ body:
         - Ubuntu 18.04 (Bionic)
         - Ubuntu 20.04 (Focal)
         - Ubuntu 22.04 (Jammy)
+        - Ubuntu 24.04 (Noble)
         - Other..
       multiple: false
     validations:
index 44e99a75fe21e854abc6bc2c39807883f53f9b19..5367f9c302f73db0fff77f14843134407963cfe4 100644 (file)
@@ -20,7 +20,7 @@ jobs:
       with:
         repo-token: ${{ secrets.GITHUB_TOKEN }}
         issue-close-message: "@${issue.user.login} this issue was automatically closed because you are using an unsupported version"
-        issue-pattern: ".*### Tvheadend Version[\\r\\n]+v4\\.(3 \\(development\\)|4 \\(stable\\)).*"
+        issue-pattern: ".*### Tvheadend Version[\\r\\n]+v4\\.3 \\(stable\\).*"
     - name: Autoclose feature ideas which are not developed by the user
       if: startsWith(github.event.issue.title, '[FEATURE]:')
       uses: roots/issue-closer@v1.2