ci: add auto detected api change label on breaking change detecting in the CI#21953
ci: add auto detected api change label on breaking change detecting in the CI#21953rluvaton wants to merge 4 commits intoapache:mainfrom
auto detected api change label on breaking change detecting in the CI#21953Conversation
asolimando
left a comment
There was a problem hiding this comment.
This is extremely cool, a big step forward to the automation of release notes for breaking changes, which are generally a nightmare to track in OSS with lots of side-effects on end-users, I wish any project had that detection + labeling machinery!
|
@kumarUjjawal can you please review? |
|
Per my understanding this adds the new we should also update the changelog script to treat |
|
yes, updated |
kumarUjjawal
left a comment
There was a problem hiding this comment.
Looks good. Will have to create the label before merging this.
before merging this PR, the label
auto detected api changeshould be createdWhich issue does this PR close?
Rationale for this change
Without label the releaser and the people who write the change log in a new release won't find this using the regular
generate-changelog.pyscript and not using the existingapi changelabel as described in the issue and in the workflow commentWhat changes are included in this PR?
Are these changes tested?
No
Are there any user-facing changes?
No