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:
|
not on Github:
|
||||||
comment: |
|
issues:
|
||||||
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.
|
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,
|
This ticket will be automatically closed.
|
||||||
~ Your friendly GitIssueBot
|
|
||||||
|
|
||||||
*PS: I'm just an automated script, not a human being.*
|
Fair wind and a following sea!
|
||||||
close: true
|
~ 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