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