forked from Lidarr/Lidarr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace support-requests with label-actions
- Loading branch information
1 parent
cebdeec
commit 92af481
Showing
3 changed files
with
33 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Configuration for Label Actions - https://github.com/dessant/label-actions | ||
|
||
'Type: Support': | ||
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://lidarr.audio/discord). | ||
close: true | ||
close-reason: 'not planned' | ||
|
||
'Status: Logs Needed': | ||
comment: > | ||
:wave: @{issue-author}, In order to help you further we'll need to see logs. | ||
You'll need to enable trace logging and replicate the problem that you encountered. | ||
Guidance on how to enable trace logging can be found in | ||
our [troubleshooting guide](https://wiki.servarr.com/lidarr/troubleshooting#logging-and-log-files). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
name: 'Label Actions' | ||
|
||
on: | ||
issues: | ||
types: [labeled, unlabeled] | ||
|
||
permissions: | ||
contents: read | ||
issues: write | ||
|
||
jobs: | ||
action: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: dessant/label-actions@v3 | ||
with: | ||
process-only: 'issues' |
This file was deleted.
Oops, something went wrong.