open-telemetry / opamp-go

OpAMP protocol implementation in Go
Apache License 2.0
146 stars 71 forks source link

Add workflow to run go mod tidy on renovatebot PRs #312

Closed srikanthccv closed 6 days ago

srikanthccv commented 6 days ago

Fixes https://github.com/open-telemetry/opamp-go/issues/276

Verified here: https://github.com/srikanthccv/opamp-go/pull/11. You can notice that the build-and-test passes https://github.com/srikanthccv/opamp-go/actions/runs/11635165811/job/32403942593?pr=11

GitHub workflow won't be triggered from workflow https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/triggering-a-workflow#triggering-a-workflow-from-a-workflow. Updated the types on pull_request to accept the labeled. We can re-trigger the workflow using label.

codecov[bot] commented 6 days ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 77.24%. Comparing base (312f931) to head (b9bad59). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #312 +/- ## ======================================= Coverage 77.24% 77.24% ======================================= Files 25 25 Lines 2303 2303 ======================================= Hits 1779 1779 Misses 420 420 Partials 104 104 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.