mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-19 21:03:21 -07:00
Update issues label action
This commit is contained in:
parent
c88083aef2
commit
653be526de
2 changed files with 2 additions and 24 deletions
11
.github/label-actions.yml
vendored
11
.github/label-actions.yml
vendored
|
@ -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
|
||||
|
|
15
.github/workflows/lock-issues.yml
vendored
15
.github/workflows/lock-issues.yml
vendored
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue