-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Stefan Dej <[email protected]> Signed-off-by: Stefan Dej <[email protected]>
- Loading branch information
Showing
2 changed files
with
42 additions
and
0 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,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 |
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,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 |