Skip to content

Conversation

@martincostello
Copy link
Owner

Exclude changes from renovate in the auto-generated release notes.

Exclude changes from renovate in the auto-generated release notes.
Copilot AI review requested due to automatic review settings July 2, 2025 16:06
@martincostello martincostello added enhancement New feature or request github_actions Pull requests that update GitHub Actions code labels Jul 2, 2025
Copy link

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

This PR updates the release workflow to filter out Renovate bot comments from the autogenerated release notes.

  • Adds a new filter to exclude lines containing @renovate.
Comments suppressed due to low confidence (1)

.github/workflows/release.yml:68

  • This filter only matches '@renovate' when surrounded by spaces. If a renovate mention appears at the start or end of a line (or without trailing space), it won’t be excluded. Consider matching @renovate without requiring surrounding spaces, or trim the line before checking.
              .filter((line) => !line.includes(' @renovate '))

@martincostello martincostello enabled auto-merge (rebase) July 2, 2025 16:06
@martincostello martincostello merged commit b32d90f into main Jul 2, 2025
5 checks passed
@martincostello martincostello deleted the exclude-renovate-prs branch July 2, 2025 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants