1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 03:35:51 +00:00
Slimefun4/.github/workflows/pulls.yml

14 lines
292 B
YAML
Raw Normal View History

2019-12-08 18:51:51 +00:00
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"} ]'