chore: change workflow action to dessant/label-actions (#1005)

This commit is contained in:
Stefan Dej 2022-08-05 23:57:49 +02:00 committed by GitHub
parent 8af3f92a60
commit f277193082
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 36 additions and 26 deletions

View File

@ -1,15 +1,23 @@
not on Github:
comment: |
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.
# Configuration for Label Actions - https://github.com/dessant/label-actions
We use github to handle bugreports, feature requests and planning new releases.
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.
Best regards,
~ Your friendly GitIssueBot
Fair wind and a following sea!
~ Your friendly MainsailGithubBot
*PS: I'm just an automated script, not a human being.*
*PS: I'm just an automated script, not a real sailor.*
close: true

View File

@ -1,17 +0,0 @@
name: Label Action
on:
issues:
types:
- labeled
jobs:
processLabelAction:
name: Process Label Action
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Process Label Action
uses: hramos/label-actions@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

19
.github/workflows/label-actions.yml vendored Normal file
View 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