update workflows for prod deploys#44
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Updates GitHub Actions workflows to pin the FastEdge CLI version via a repo-tracked .fastedge-cli-version file, and adds an automated workflow to detect and propose updates when the upstream FastEdge-lib release changes.
Changes:
- Pin CLI version in PR integration tests by reading
.fastedge-cli-versionand passing it into the CLI setup action. - Centralize CLI version resolution for release workflows (NPM release + tag-based release) via a dedicated
read_cli_versionjob and pass it into reusable workflows. - Add a scheduled/manual “CLI drift” workflow that opens a PR updating
.fastedge-cli-versionwhen upstream releases drift.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/pr-tests.yml |
Reads the pinned CLI version and passes it to the composite CLI setup action for PR integration tests. |
.github/workflows/npm-release.yml |
Adds .fastedge-cli-version to the release trigger paths and propagates the pinned CLI version into reusable test/download workflows. |
.github/workflows/create-release.yml |
Removes manual dispatch inputs and switches release jobs to use the pinned CLI version. |
.github/workflows/check-cli-drift.yml |
New scheduled workflow to detect drift vs upstream FastEdge-lib and open an update PR. |
.fastedge-cli-version |
Introduces the pinned FastEdge CLI tag (v0.16.5). |
qrdl
approved these changes
Jun 9, 2026
Collaborator
Author
|
🎉 This PR is included in version 0.2.4 🎉 The release is available on: Your semantic-release bot 📦🚀 |
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.
Uh oh!
There was an error while loading. Please reload this page.