From 653be526de57e54d1e0b42174848468a7a470285 Mon Sep 17 00:00:00 2001 From: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com> Date: Sun, 11 Apr 2021 17:03:58 -0700 Subject: [PATCH] Update issues label action --- .github/label-actions.yml | 11 ++--------- .github/workflows/lock-issues.yml | 15 --------------- 2 files changed, 2 insertions(+), 24 deletions(-) delete mode 100644 .github/workflows/lock-issues.yml diff --git a/.github/label-actions.yml b/.github/label-actions.yml index 5a7c4161..8c308a0c 100644 --- a/.github/label-actions.yml +++ b/.github/label-actions.yml @@ -18,10 +18,8 @@ invalid:duplicate: invalid:support: comment: > :wave: @{issue-author}, we use the issue tracker exclusively for bug reports. - However, this issue appears to be a support request. Please use our support - channels to get help with Tautulli. Thanks. - - [Discord](https://tautulli.com/discord) - - [Reddit](https://reddit.com/r/Tautulli) + However, this issue appears to be a support request. Please use our + [Discord Server](https://tautulli.com/discord) to get help with Tautulli. Thanks. close: true lock: true lock-reason: 'off-topic' @@ -35,8 +33,3 @@ invalid:template-incomplete: comment: > :wave: @{issue-author}, please edit your issue to complete the template with all the required info. Thanks. - lock: true - lock-reason: '' - --invalid:template-incomplete: - unlock: true diff --git a/.github/workflows/lock-issues.yml b/.github/workflows/lock-issues.yml deleted file mode 100644 index 8db523a6..00000000 --- a/.github/workflows/lock-issues.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: Lock Issues - -on: workflow_dispatch - -jobs: - lock: - name: Lock Issues - runs-on: ubuntu-latest - steps: - - name: Lock Issues - uses: dessant/lock-threads@v2 - with: - github-token: ${{ github.token }} - issue-lock-reason: '' - process-only: issues