Skip to content

chore(ci): remove SonarCloud and contractor-specific staging deploy trigger#53

Merged
gkostkowski merged 3 commits into
developfrom
chore/remove-sonar-support-and-mfy-mentions
Jul 15, 2026
Merged

chore(ci): remove SonarCloud and contractor-specific staging deploy trigger#53
gkostkowski merged 3 commits into
developfrom
chore/remove-sonar-support-and-mfy-mentions

Conversation

@gkostkowski

Copy link
Copy Markdown
Collaborator

Summary

  • Remove the SonarCloud scan job from ci.yaml and delete sonar-project.properties.
  • Remove the trigger-staging-deploy job, which dispatched a deploy workflow on a contractor-specific ops repository.
  • Bump version to 1.1.0-rc.6 and add the corresponding CHANGELOG.md entry.

Notes for the upstream repo

These CI changes have no effective impact on the upstream repository: SonarCloud was never actually configured for this fork (no SONAR_TOKEN secret was ever provisioned), so the SonarCloud job was effectively a no-op. Removing it simply cleans up dead configuration rather than changing any real behavior. Likewise, the staging-deploy trigger targeted a contractor-owned ops repo that is not part of the upstream deployment flow, so its removal does not affect upstream pipelines.

Test plan

  • make test-unit passes locally
  • CI pipeline runs green on this branch (quality job)

References

  • TEDSWS-528

…rigger

Drop the SonarCloud scan job along with sonar-project.properties, and remove
the trigger-staging-deploy job that referenced the contractor ops repo.
Bump version to 1.1.0-rc.6 and update the CHANGELOG.
Copilot AI review requested due to automatic review settings July 15, 2026 17:55

Copilot AI left a comment

Copy link
Copy Markdown

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 cleans up CI/CD configuration by removing unused SonarCloud wiring and a contractor-specific staging deploy trigger, and bumps the project version to align with the release-candidate changelog entry.

Changes:

  • Remove SonarCloud scan configuration (CI job + sonar-project.properties).
  • Remove the contractor-specific staging deploy workflow dispatch from CI.
  • Bump version to 1.1.0-rc.6 and add a matching CHANGELOG.md entry.

Reviewed changes

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

File Description
src/VERSION Bumps the release-candidate version to 1.1.0-rc.6.
sonar-project.properties Deletes unused SonarCloud configuration for this fork.
CHANGELOG.md Adds a 1.1.0-rc.6 entry (needs minor adjustments per comments).
.github/workflows/ci.yaml Removes SonarCloud scan steps and the staging deploy trigger job (needs header comment update per comments).

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

Comment thread CHANGELOG.md
Comment thread .github/workflows/ci.yaml Outdated
@gkostkowski
gkostkowski merged commit 8719dd4 into develop Jul 15, 2026
2 checks passed
@gkostkowski
gkostkowski deleted the chore/remove-sonar-support-and-mfy-mentions branch July 15, 2026 20:05
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