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

16 lines
344 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.3
with:
rules: '[ {"fix\/.*" : "Bug Fix"} ]'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}