Skip to content

Normalize CI/CD workflows - #114

Open
schmidtw wants to merge 1 commit into
mainfrom
normalize-cicd-workflows
Open

Normalize CI/CD workflows#114
schmidtw wants to merge 1 commit into
mainfrom
normalize-cicd-workflows

Conversation

@schmidtw

Copy link
Copy Markdown
Member

Summary

This PR normalizes the CI/CD workflows to align with the xmidt-org Ideal State as described in issue #113.

Changes Made

  • ci.yml: Added top-level permissions block with pull-requests: read, contents: write, and packages: write
  • auto-releaser.yml: Created new workflow file with SHA-pinned reference to xmidt-org/shared-go/.github/workflows/auto-releaser.yml@aff0471aa7e2f96ddb059beb178f63747a7cc57e (v4.9.41)
  • approve-dependabot.yml: Renamed from dependabot-approver.yml and updated to reference xmidt-org/shared-go/.github/workflows/approve-dependabot.yml@aff0471aa7e2f96ddb059beb178f63747a7cc57e (v4.9.41) with SHA pinning
  • proj-xmidt-team.yml: Added top-level permissions block with contents: read, issues: write, and pull-requests: write, and pinned workflow reference to commit SHA 1340ff58ac2ad7bfba86fa531784bbd575d4b9b0 (proj-v1)

Resolves #113

- Add top-level permissions block to ci.yml (pull-requests: read, contents: write, packages: write)
- Create auto-releaser.yml workflow file with SHA-pinned reference
- Rename dependabot-approver.yml to approve-dependabot.yml
- Update approve-dependabot.yml to use xmidt-org/shared-go workflow with SHA pinning
- Add permissions block to proj-xmidt-team.yml (contents: read, issues: write, pull-requests: write)
- Pin proj-xmidt-team.yml workflow reference to commit SHA

Resolves #113
@codecov

codecov Bot commented Apr 12, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 25.78%. Comparing base (620698b) to head (5d288ac).
⚠️ Report is 87 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #114      +/-   ##
==========================================
+ Coverage   24.39%   25.78%   +1.39%     
==========================================
  Files          16       16              
  Lines         574      477      -97     
==========================================
- Hits          140      123      -17     
+ Misses        416      336      -80     
  Partials       18       18              
Flag Coverage Δ
unittests 25.78% <ø> (+1.39%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

Normalize CI/CD workflows

2 participants