mirror of
https://github.com/ratatui-org/ratatui
synced 2024-11-10 07:04:17 +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
1 changed files with 1 additions and 1 deletions
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…
Reference in a new issue