Automate version dashboard updates#689
Open
danielporterda wants to merge 2 commits into
Open
Conversation
276615b to
5919493
Compare
da-tanabe
reviewed
Jun 3, 2026
| if: steps.changes.outputs.has_changes == 'true' | ||
| uses: peter-evans/create-pull-request@v8 | ||
| with: | ||
| token: ${{ secrets.DOCS_PR_TOKEN || github.token }} |
Collaborator
There was a problem hiding this comment.
Do we have a DOCS_PR_TOKEN? I'd prefer to use the built-in token consistently if it works, rather than add new secrets…
Contributor
Author
There was a problem hiding this comment.
No, we don't. Taking a shotgun approach here, but that's perhaps distasteful. I'll remove it
Contributor
Author
There was a problem hiding this comment.
Done in b346364. Removed docs_pr_token. also removed peter-evans/create-pull-request, an unpinned & unnecessary dependency
Contributor
|
LGTM |
5919493 to
b346364
Compare
…ate-workflow # Conflicts: # tests/test_generate_network_component_versions.py
da-tanabe
reviewed
Jun 4, 2026
| set -euo pipefail | ||
|
|
||
| git config user.name "github-actions[bot]" | ||
| git config user.email "41898282+github-actions[bot]@users.noreply.github.com" |
da-tanabe
reviewed
Jun 4, 2026
| return module | ||
|
|
||
|
|
||
| def dashboard_snapshot(*, generated_at: str, splice_version: str = "0.6.3") -> dict: |
Collaborator
There was a problem hiding this comment.
why is splice_version defaulted at all here?
da-tanabe
reviewed
Jun 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds focused automation for the Canton Network version dashboard only:
.github/workflows/update-version-dashboard.ymlon a six-hour schedule plus manual dispatchThis PR intentionally does not touch generated reference-doc source pinning or broader codegen automation.