1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 11:45:51 +00:00
Slimefun4/.github/workflows/pulls.yml
2019-12-08 19:54:07 +01:00

14 lines
282 B
YAML

on:
pull_request:
types: [opened, reopened]
jobs:
assign_labels:
runs-on: ubuntu-latest
name: Categorize Pull Requests
steps:
- name: Branch Categorization
uses: TheBusyBiscuit/branch-cat@v1.0.0
with:
rules: '[ {"fix/.*" : "Bug Fix"} ]'