Skip to content

ci: Update workflows for release drafter v7#30

Merged
Oliver Borchert (borchero) merged 1 commit intomainfrom
fix-release-drafter
Apr 1, 2026
Merged

ci: Update workflows for release drafter v7#30
Oliver Borchert (borchero) merged 1 commit intomainfrom
fix-release-drafter

Conversation

@borchero
Copy link
Copy Markdown
Member

Motivation

#29 missed handling the breaking change.

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 1, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (8e2216f) to head (101f38d).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #30   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           10        10           
  Lines          776       776           
=========================================
  Hits           776       776           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@borchero Oliver Borchert (borchero) merged commit ebf2000 into main Apr 1, 2026
19 checks passed
@borchero Oliver Borchert (borchero) deleted the fix-release-drafter branch April 1, 2026 17:14
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates GitHub Actions workflows to accommodate Release Drafter v7’s breaking changes by splitting release drafting and PR autolabeling into dedicated workflows.

Changes:

  • Add a dedicated Release Drafter workflow that drafts releases on pushes to main using the v7 token input.
  • Update the existing Chore workflow to run only on pull_request_target and use the v7 autolabeler sub-action for PR labeling.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
.github/workflows/release-drafter.yml New workflow to draft releases on main pushes using release-drafter v7 with with: token.
.github/workflows/chore.yml Removes push trigger; replaces combined release-drafter usage with dedicated autolabeler action for PR labeling.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants