[#2410] Removed deprecated 'GITHUB_TOKEN' env block for release-drafter v7.1.1.#2423
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: ASSERTIVE Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
WalkthroughThe Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~5 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
Code coverage (threshold: 90%) Per-class coverage |
This comment has been minimized.
This comment has been minimized.
1 similar comment
|
Code coverage (threshold: 90%) Per-class coverage |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2423 +/- ##
==========================================
- Coverage 79.64% 79.17% -0.48%
==========================================
Files 126 119 -7
Lines 6761 6602 -159
Branches 44 0 -44
==========================================
- Hits 5385 5227 -158
+ Misses 1376 1375 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Closes #2410
Summary
Updated the
draft-release-notes.ymlworkflow to remove the deprecatedenv: GITHUB_TOKENblock that is no longer needed in release-drafter v7. In v7.1.1, authentication is handled via thetokeninput which defaults togithub.token, making the explicitenvblock redundant. The version comment on the pinned commit SHA was also updated from# v7to# v7.1.1for accuracy.Changes
.github/workflows/draft-release-notes.yml: Removed deprecatedenv: GITHUB_TOKENblock and updated version comment to# v7.1.1..vortex/installer/tests/Fixtures/handler_process/_baseline/.github/workflows/draft-release-notes.yml: Updated installer snapshot baseline to reflect the same removal.Summary by CodeRabbit