Use the new Label Actions (#13374)

This commit is contained in:
Jellyfrog 2021-10-18 15:13:28 +02:00 committed by GitHub
parent d69810b3c3
commit 90936c569e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 32 additions and 18 deletions

View File

@ -1,21 +1,14 @@
issues:
actions:
support-request:
comment: >
:wave: @{issue-author} sorry but this is not the place to ask for help.
support-request:
comment: >
:wave: @{issue-author} sorry but this is not the place to ask for help.
For help please use our [Discord server](https://discord.gg/librenms) or the [community site](https://community.librenms.org/c/help): https://docs.librenms.org/Support
close: true
This issue has been closed as it isn't classed as a new device request.
'Needs Tests :unicorn:':
prs:
comment: >
Please add test data so we can ensure your change is not broken in the future.
For help please use our [Discord server](https://discord.gg/librenms) or the [community site](https://community.librenms.org/c/help): https://docs.librenms.org/Support
close: true
pulls:
actions:
'Needs Tests :unicorn:':
comment: >
Please add test data so we can ensure your change is not broken in the future.
Read the docs to find out how: https://docs.librenms.org/Developing/os/Test-Units
Read the docs to find out how: https://docs.librenms.org/Developing/os/Test-Units

21
.github/workflows/label-actions.yml vendored Normal file
View File

@ -0,0 +1,21 @@
name: 'Label Actions'
on:
issues:
types: [labeled, unlabeled]
pull_request:
types: [labeled, unlabeled]
discussion:
types: [labeled, unlabeled]
permissions:
contents: read
issues: write
pull-requests: write
discussions: write
jobs:
action:
runs-on: ubuntu-latest
steps:
- uses: dessant/label-actions@v2