-
Notifications
You must be signed in to change notification settings - Fork 357
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
chore: remove track-prs for release project #10170
Conversation
✅ Deploy Preview for determined-ui canceled.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #10170 +/- ##
==========================================
- Coverage 54.35% 54.33% -0.03%
==========================================
Files 1259 1259
Lines 157337 157337
Branches 3645 3645
==========================================
- Hits 85526 85490 -36
- Misses 71678 71714 +36
Partials 133 133
Flags with carried forward coverage won't be shown. Click here to find out more. |
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.
This looks good; I just had two nitpicky style/spacing things. I will point out, though, that track-pr
does rely on some rph
functionality that doesn't run anymore as part of release cutting, like creating the new Next release
GitHub project and such. I did that manually this time, but that's part of the rph
/Casper stuff that doesn't run anymore, so be aware of that.
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have the users @jgongd on file. In order for us to review and merge your code, please start the CLA process at https://determined.ai/cla. After we approve your CLA, we will update the contributors list (private) and comment |
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have the users @jgongd on file. In order for us to review and merge your code, please start the CLA process at https://determined.ai/cla. After we approve your CLA, we will update the contributors list (private) and comment |
34b2e25
to
a280b71
Compare
Ticket
Description
Remove the "wait-for-checks" step in the auto-backport workflow.
Remove references & functionality to track PRs for the release party process -- this should be part of the a greater discussion if we want to track tickets in Github or JIRA, and new scripts should be written accordingly.
Test Plan
n/a
Checklist
docs/release-notes/
See Release Note for details.