From a5647bedc8b6e4e1223c5bcfc2e424dd3012e930 Mon Sep 17 00:00:00 2001 From: Bogdan Date: Sat, 7 Oct 2023 00:25:19 +0300 Subject: [PATCH] Remove reddit from support issues --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/config.yml | 3 --- .github/workflows/support.yml | 3 +-- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index fbef67374..c1044a953 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,5 +1,5 @@ name: Bug Report -description: 'Report a new bug, if you are not 100% certain this is a bug please go to our Reddit or Discord first' +description: 'Report a new bug, if you are not 100% certain this is a bug please go to our Discord first' labels: ['Type: Bug', 'Status: Needs Triage'] body: - type: checkboxes diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index e960d4bc2..a6dcf2406 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -3,6 +3,3 @@ contact_links: - name: Support via Discord url: https://readarr.com/discord about: Chat with users and devs on support and setup related topics. - - name: Support via Reddit - url: https://reddit.com/r/Readarr - about: Discuss and search thru support topics. diff --git a/.github/workflows/support.yml b/.github/workflows/support.yml index f98b43376..400e008d7 100644 --- a/.github/workflows/support.yml +++ b/.github/workflows/support.yml @@ -15,8 +15,7 @@ jobs: issue-comment: > :wave: @{issue-author}, we use the issue tracker exclusively for bug reports and feature requests. However, this issue appears - to be a support request. Please hop over onto our [Discord](https://readarr.com/discord) - or [Subreddit](https://reddit.com/r/readarr) + to be a support request. Please hop over onto our [Discord](https://readarr.com/discord). close-issue: true lock-issue: false - uses: dessant/support-requests@v3