Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #950 +/- ##
==========================================
- Coverage 86.63% 81.06% -5.58%
==========================================
Files 84 137 +53
Lines 4473 13184 +8711
==========================================
+ Hits 3875 10687 +6812
- Misses 598 2497 +1899 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Will bring back the deleted pieces, as discussed here: dapr/go-sdk#815 |
Signed-off-by: Albert Callarisa <albert@diagrid.io>
Signed-off-by: Albert Callarisa <albert@diagrid.io>
5e0713d to
c943265
Compare
sicoyle
left a comment
There was a problem hiding this comment.
one comment pls and then this is g2g 🚀 thank you!!
| uses: dapr/.github/.github/actions/setup-dapr-runtime@main | ||
| with: | ||
| go-version: ${{ env.GOVER }} | ||
| commit: ${{ github.event.inputs.daprdapr_commit }} |
There was a problem hiding this comment.
why is this daprdapr_commit?
There was a problem hiding this comment.
it's the name of the input, I didn't change it in this commit, I guess it's because it references the dapr/dapr repo...
Signed-off-by: Albert Callarisa <albert@diagrid.io>
There was a problem hiding this comment.
Pull request overview
This PR updates the repository’s GitHub Actions configuration to use shared workflows/actions from dapr/.github, reducing duplicated workflow logic maintained in this repo.
Changes:
- Replaced in-repo automerge and stale-pruning jobs with reusable workflows from
dapr/.github. - Replaced Dapr CLI/runtime setup logic in
validate_exampleswith shared setup actions. - Removed the local
.github/scripts/automerge.pyscript that is no longer referenced.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 6 comments.
| File | Description |
|---|---|
.github/workflows/validate_examples.yaml |
Uses shared actions to install/setup Dapr CLI and runtime during example validation runs. |
.github/workflows/dapr-bot-schedule.yml |
Switches automerge + stale pruning to shared reusable workflows. |
.github/workflows/backport.yaml |
Switches backport automation to a shared reusable workflow. |
.github/scripts/automerge.py |
Deletes the legacy automerge script now superseded by shared workflows. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
See: https://github.com/dapr/.github