chore: change workflow action to dessant/label-actions (#1005)
This commit is contained in:
parent
8af3f92a60
commit
f277193082
26
.github/label-actions.yml
vendored
26
.github/label-actions.yml
vendored
@ -1,15 +1,23 @@
|
||||
# Configuration for Label Actions - https://github.com/dessant/label-actions
|
||||
|
||||
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.
|
||||
issues:
|
||||
comment: |
|
||||
Ahoi!
|
||||
|
||||
We use github to handle bugreports, feature requests and planning new releases.
|
||||
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.
|
||||
|
||||
Please use our Discord-Server for help: [discord.gg/mainsail](https://discord.gg/mainsail)
|
||||
We use github to handle bugreports, feature requests and
|
||||
planning new releases.
|
||||
|
||||
This ticket will be automatically closed.
|
||||
Please use our Discord-Server for help: [discord.gg/mainsail](https://discord.gg/mainsail)
|
||||
|
||||
Best regards,
|
||||
~ Your friendly GitIssueBot
|
||||
This ticket will be automatically closed.
|
||||
|
||||
*PS: I'm just an automated script, not a human being.*
|
||||
close: true
|
||||
Fair wind and a following sea!
|
||||
~ Your friendly MainsailGithubBot
|
||||
|
||||
*PS: I'm just an automated script, not a real sailor.*
|
||||
close: true
|
||||
|
17
.github/workflows/issues-actions.yml
vendored
17
.github/workflows/issues-actions.yml
vendored
@ -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
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
|
Loading…
x
Reference in New Issue
Block a user