Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
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
- 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)
- Ubuntu 18.04 (Bionic)
- Ubuntu 20.04 (Focal)
- Ubuntu 22.04 (Jammy)
+ - Ubuntu 24.04 (Noble)
- Other..
multiple: false
validations:
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