Skip to content

Conversation

@Astha-Sharma
Copy link
Contributor

Description

This PR is similar to #221 and #222 but repeats those steps for MSI packages. This failure was discovered in https://github.com/SumoLogic/sumologic-otel-collector-packaging/actions/runs/20818923690/job/59801796312?pr=207 for #207

@Astha-Sharma Astha-Sharma requested a review from a team as a code owner January 8, 2026 14:24
Copilot AI review requested due to automatic review settings January 8, 2026 14:24
@Astha-Sharma Astha-Sharma requested a review from a team as a code owner January 8, 2026 14:24
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 adds conditional checks to skip MSI package signing and publishing steps when the workflow is triggered by Dependabot. This prevents build failures in Dependabot PRs that don't have access to the required secrets for signing and publishing operations.

  • Adds if: github.actor != 'dependabot[bot]' conditions to three MSI-related workflow steps
  • Follows the same pattern previously applied to other package types in the workflow
  • Prevents credential-related failures in automated dependency update PRs

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

@Astha-Sharma Astha-Sharma merged commit 8404242 into main Jan 9, 2026
63 checks passed
@Astha-Sharma Astha-Sharma deleted the astha-fix-msi-sign branch January 9, 2026 13:03
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.

3 participants