mirror of
https://github.com/FabricMC/fabric.git
synced 2025-02-16 19:59:56 -05:00
Add GitHub action to help manage support issues.
This commit is contained in:
parent
474e4f796e
commit
46c9e99cbb
1 changed files with 14 additions and 0 deletions
14
.github/workflows/manage_issues.yml
vendored
Normal file
14
.github/workflows/manage_issues.yml
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
name: Manage Issues
|
||||
|
||||
on:
|
||||
issues:
|
||||
types: [ labeled, unlabeled ]
|
||||
|
||||
jobs:
|
||||
labels:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: FabricMC/fabric-action-scripts@v1
|
||||
with:
|
||||
context: ${{ github.event.action }}
|
||||
label: ${{ github.event.label.name }}
|
Loading…
Reference in a new issue