mirror of
https://github.com/ratatui/ratatui.git
synced 2025-09-29 22:11:34 +00:00
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:
parent
663486f1e8
commit
efef0d0dc0
2
.github/workflows/check-pr.yml
vendored
2
.github/workflows/check-pr.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user