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-09 10:30:21 +01:00

18 lines
367 B
YAML

name: PR Categorization
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.6
with:
rules: '{ "fix\/.+" : "Bug Fix" }'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}