-
Notifications
You must be signed in to change notification settings - Fork 243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix GitHub labels in release changelog generator script and PR template #6916
Fix GitHub labels in release changelog generator script and PR template #6916
Conversation
✅ Deploy Preview for odo-docusaurus-preview canceled.
|
Kudos, SonarCloud Quality Gate passed! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On an unrelated note, we need to modify the IBM pipelines to not trigger a run when a change is made to .github and certain scripts.
/override ODO-PODMAN-TEST Overriding the above tests since their failure is not related to the changes in this PR. |
@valaparthvi: Overrode contexts on behalf of valaparthvi: ODO-PODMAN-TEST, OpenShift-Integration-tests/OpenShift-Integration-tests, windows-integration-test/Windows-test In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
What type of PR is this:
/area refactoring
/area release-eng
What does this PR do / why we need it:
This fixes the remaining places, after cleaning up all the labels we use in the repo: https://github.com/redhat-developer/odo/labels?sort=name-asc
I wanted to delete the
kind/code-refactoring
label (superseded byarea/refactoring
), but it was still being used here.Also, the
kind/tests
label had been removed already in the past, but the changelog script was not updated accordingly.Which issue(s) this PR fixes:
—
PR acceptance criteria:
Unit test
Integration test
Documentation
How to test changes / Special notes to the reviewer: