mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-22 15:47:57 -05:00
14 lines
279 B
YAML
14 lines
279 B
YAML
name: Manage Issues
|
|
|
|
on:
|
|
issues:
|
|
types: [ labeled, unlabeled ]
|
|
|
|
jobs:
|
|
labels:
|
|
runs-on: ubuntu-22.04
|
|
steps:
|
|
- uses: FabricMC/fabric-action-scripts@v2
|
|
with:
|
|
context: ${{ github.event.action }}
|
|
label: ${{ github.event.label.name }}
|