chore(main): release platform 1.2.10#3716
Merged
joeyorlando merged 2 commits intomainfrom Apr 11, 2026
Merged
Conversation
dd7c180 to
49ce4f5
Compare
49ce4f5 to
3bf0e4f
Compare
joeyorlando
added a commit
that referenced
this pull request
Apr 11, 2026
## Summary - add an initial checkout step for release-please PRs in the Platform Lint and Unit Tests job - ensure the local composite action at `./.github/actions/github-app-token` exists on disk before GitHub tries to load it - preserve the follow-up checkout that swaps credentials to the GitHub App token for generated-file pushes ## Root cause The release-please path skipped the first checkout, then immediately ran `uses: ./.github/actions/github-app-token`. Local actions cannot be loaded until the repository has been checked out, so the job failed with: `Can't find 'action.yml', 'action.yaml' or 'Dockerfile' under '/home/runner/_work/archestra/archestra/.github/actions/github-app-token'` ## Validation - inspected failing job `70886682886` from run `24274807981` - confirmed the broken control flow in `.github/workflows/on-pull-requests.yml` - ran `git diff --check` Fixes the failure on release-please PR #3716.
Contributor
Author
|
🤖 Created releases: 🌻 |
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.
🤖 I have created a release beep boop
1.2.10 (2026-04-11)
Features
Bug Fixes
/llm/coststable scrolling (#3722) (6a42ba8)Miscellaneous Chores
This PR was generated with Release Please. See documentation.