Skip to content

Commit

Permalink
chore: add not-on-github bot (#68)
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Dej <[email protected]>

Signed-off-by: Stefan Dej <[email protected]>
  • Loading branch information
meteyou authored Dec 11, 2022
1 parent dc27e3f commit d044786
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/label-actions.yml
Original file line number Diff line number Diff line change
@@ -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 changes: 19 additions & 0 deletions .github/workflows/label-actions.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit d044786

Please sign in to comment.