Skip to content

Limit changelog workflow to main pushes to stop Prepare failures on PRs#595

Merged
notheotherben merged 1 commit into
mainfrom
copilot/fix-release-drafter-action
Jun 16, 2026
Merged

Limit changelog workflow to main pushes to stop Prepare failures on PRs#595
notheotherben merged 1 commit into
mainfrom
copilot/fix-release-drafter-action

Conversation

Copilot AI commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

Changelog workflow runs were failing in the Prepare job because release-drafter executed on pull_request events, where integration tokens (notably Dependabot-triggered runs) cannot create releases. This change scopes release drafting back to the branch where release metadata is intended to be generated: main.

  • Trigger scope correction

    • Removed the pull_request trigger from .github/workflows/changelog.yml.
    • Kept push to main as the sole trigger for the changelog drafting workflow.
  • Operational impact

    • PRs no longer attempt release creation in Prepare.
    • Release draft updates continue on main as intended.
on:
  push:
    branches:
      - main

Copilot AI changed the title Fix changelog Prepare job failure on pull requests Limit changelog workflow to main pushes to stop Prepare failures on PRs Jun 16, 2026
Copilot AI requested a review from notheotherben June 16, 2026 10:03
@notheotherben notheotherben marked this pull request as ready for review June 16, 2026 12:37
@notheotherben notheotherben enabled auto-merge June 16, 2026 12:37
@notheotherben notheotherben merged commit c28abc9 into main Jun 16, 2026
9 checks passed
@notheotherben notheotherben deleted the copilot/fix-release-drafter-action branch June 16, 2026 12:38
@codecov

codecov Bot commented Jun 16, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 70.87%. Comparing base (d67b7b6) to head (07c21f3).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #595   +/-   ##
=======================================
  Coverage   70.87%   70.87%           
=======================================
  Files          28       28           
  Lines        1971     1971           
=======================================
  Hits         1397     1397           
  Misses        574      574           

☔ View full report in Codecov by Harness.
📢 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.

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