👷 Update workflows to v3.0.0, restore Release Drafter & tidy README#392
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (5)
💤 Files with no reviewable changes (3)
✅ Files skipped from review due to trivial changes (2)
WalkthroughUpgrades reusable workflow pins to v3.0.0, refines job and top-level permissions for CI/deploy workflows, adds a release-drafter workflow, updates label workflow pins, and adjusts README badges. ChangesWorkflow version and permission updates
Possibly related PRs
Suggested labels
Poem
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes 🚥 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)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Proposed Changes
Updates all
hassio-addons/workflowsreferences to v3.0.0, restores the standalone Release Drafter workflow, lowers the permissions of the CI & Deploy workflows, removes the lock and stale workflows, and tidies up the README badges.Workflows
Upstream
hassio-addons/workflowsv3.0.0 (#291) moves Release Drafter back out ofbase-ci.yamlinto a standalone reusable workflow. Because CI no longer drafts releases, it no longer needs write access:.github/workflows/release-drafter.yaml— it carries thecontents: write+pull-requests: readpermissions needed for drafting releases (triggered on push tomain).ci.yaml:contents: write→contents: read, and removedpull-requests: read.deploy.yaml: same permission reduction on thecijob; thedeployjob is unchanged.hassio-addons/workflowsreference (base-ci,base-deploy,release-drafter,labels,pr-labels) tov3.0.0.lock.yamlworkflow completely.stale.yamlworkflow completely.README
Related Issues
Reverts the Release Drafter removal made in #372.
Summary by CodeRabbit
Chores
New Features
Documentation