hedara90 8d94edaaa0
Added workflow for labels check (#6488)
Co-authored-by: Hedara <hedara90@gmail.com>
2025-03-28 21:21:17 +01:00

28 lines
636 B
YAML

name: Labels
on:
pull_request:
types: [opened, labeled, unlabeled]
jobs:
label:
runs-on: ubuntu-latest
steps:
- name: check labels
uses: mheap/github-action-required-labels@v5
with:
mode: minimum
count: 1
labels: |
General
category: ability
category: battle-ai
category: battle-mechanic
category: battle-tests
category: items
category: move animation
category: move effect
category: overworld
category: pokemon
category: sprite-issue