chore: add not-on-github bot ()

Signed-off-by: Stefan Dej <meteyou@gmail.com>

Signed-off-by: Stefan Dej <meteyou@gmail.com>
This commit is contained in:
Stefan Dej 2022-12-11 11:33:56 +01:00 committed by GitHub
parent dc27e3f52a
commit d04478635b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 42 additions and 0 deletions

23
.github/label-actions.yml vendored Normal file

@ -0,0 +1,23 @@
# Configuration for Label Actions - https://github.com/dessant/label-actions
not on Github:
issues:
comment: |
Ahoi!
It looks like this ticket is a request for help (or similar).
Many helpful people will not see your message here and you are
unlikely to get a useful response.
We use github to handle bugreports, feature requests and
planning new releases.
Please use our Discord-Server for help: [discord.gg/mainsail](https://discord.gg/mainsail)
This ticket will be automatically closed.
Fair wind and a following sea!
~ Your friendly MainsailGithubBot
*PS: I'm just an automated script, not a real sailor.*
close: true

19
.github/workflows/label-actions.yml vendored Normal file

@ -0,0 +1,19 @@
name: 'Label Actions'
on:
issues:
types: [labeled, unlabeled]
pull_request:
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