CI: Add autolabeler

This commit is contained in:
Quinn Casey
2022-08-10 17:19:13 -07:00
parent 20671c718e
commit a0617c1fad
2 changed files with 21 additions and 0 deletions

View File

@@ -1,3 +1,14 @@
autolabeler:
- label: "bug"
branch:
- '/^fix/'
title:
- "/^fix/i"
- label: "enhancement"
branch:
- '/^feature/'
title:
- "/^feature/i"
categories:
- title: 'Breaking Changes'
labels: