chore(ci): change label from breaking change to Type: Breaking Change (#1243)

This PR changes the label that is auto attached to a PR with a breaking
change per the conventional commits specification.
This commit is contained in:
Dheepak Krishnamurthy 2024-07-26 14:48:05 -04:00 committed by GitHub
parent 663486f1e8
commit efef0d0dc0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -71,7 +71,7 @@ jobs:
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
labels: ['breaking change']
labels: ['Type: Breaking Change']
})
do-not-merge: