Skip to content

Conversation

@ptr727
Copy link
Owner

@ptr727 ptr727 commented Jul 17, 2025

No description provided.

Copilot AI review requested due to automatic review settings July 17, 2025 20:12

This comment was marked as outdated.

@ptr727 ptr727 requested a review from Copilot July 17, 2025 20:16
Copy link
Contributor

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 removes the pull-request guard from the release workflow and applies minor naming tweaks across workflows.

  • Remove if: github.event_name != 'pull_request' from the publish-release job and its steps
  • Rename the code style check step for consistent naming in the test workflow
  • Fix apostrophe usage in job/step names in the merge-bot PR workflow

Reviewed Changes

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

File Description
.github/workflows/test.yml Renamed step from “Checks code style” to “Check code style”
.github/workflows/publish-release.yml Removed PR filter conditions so release steps now run on PRs
.github/workflows/merge-bot-pr.yml Updated “PR’s” to “PRs” in job and step names
Comments suppressed due to low confidence (1)

.github/workflows/publish-release.yml:21

  • Removing the PR filter allows publishing steps (NuGet push, release creation) to run on pull_request events, exposing secrets and causing unintended releases. Consider restoring a condition that restricts this job to push or tag events only.
    needs: test

@ptr727 ptr727 merged commit 664b259 into main Jul 17, 2025
5 checks passed
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