Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions .github/workflows/release.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .github/workflows/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
with:
fetch-depth: 0
persist-credentials: false
- name: Compute release Config
- name: Compute Release Config
id: compute_config
uses: actions/github-script@v9
with:
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:
path: dist/
retention-days: 1

- name: Notify - run sync actions and merge PR
- name: Run sync actions and merge PR
Copy link

Copilot AI Apr 26, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This step only writes instructions to $GITHUB_STEP_SUMMARY (i.e., it notifies the operator), but the updated name reads like the workflow will actually run the sync-actions workflow and merge the PR. Consider renaming to something that reflects the step’s behavior (e.g., “Notify to run sync actions and merge PR” / “Write sync-actions instructions”).

Suggested change
- name: Run sync actions and merge PR
- name: Write sync-actions instructions

Copilot uses AI. Check for mistakes.
env:
RELEASE_TAG: ${{ needs.config.outputs.release_tag }}
run: |
Expand Down
Loading