CI: Add autolabeler

This commit is contained in:
Quinn Casey
2022-08-10 17:19:13 -07:00
parent b9fcca42ae
commit 4d7b3194bf
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: