From 0bb5b19a359dcf171c0f588a48afbb42653aefd3 Mon Sep 17 00:00:00 2001 From: Mariam Fahmy Date: Wed, 15 Jan 2025 16:28:27 +0200 Subject: [PATCH] chore: add 1.13.1 and 1.13.2 to issue templates (#11930) Signed-off-by: Mariam Fahmy --- .github/ISSUE_TEMPLATE/bug-cli.yaml | 2 ++ .github/ISSUE_TEMPLATE/bug-other.yaml | 2 ++ .github/ISSUE_TEMPLATE/bug-webhook.yaml | 2 ++ 3 files changed, 6 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug-cli.yaml b/.github/ISSUE_TEMPLATE/bug-cli.yaml index 85553a0e77..b0f087a2cd 100644 --- a/.github/ISSUE_TEMPLATE/bug-cli.yaml +++ b/.github/ISSUE_TEMPLATE/bug-cli.yaml @@ -26,6 +26,8 @@ body: - 1.12.4 - 1.12.5 - 1.13.0 + - 1.13.1 + - 1.13.2 validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/bug-other.yaml b/.github/ISSUE_TEMPLATE/bug-other.yaml index 8b8687cc35..7ecd4f0f52 100644 --- a/.github/ISSUE_TEMPLATE/bug-other.yaml +++ b/.github/ISSUE_TEMPLATE/bug-other.yaml @@ -26,6 +26,8 @@ body: - 1.12.4 - 1.12.5 - 1.13.0 + - 1.13.1 + - 1.13.2 validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/bug-webhook.yaml b/.github/ISSUE_TEMPLATE/bug-webhook.yaml index 5d56564422..cfa1e7b8b8 100644 --- a/.github/ISSUE_TEMPLATE/bug-webhook.yaml +++ b/.github/ISSUE_TEMPLATE/bug-webhook.yaml @@ -26,6 +26,8 @@ body: - 1.12.4 - 1.12.5 - 1.13.0 + - 1.13.1 + - 1.13.2 validations: required: true - type: dropdown