Skip to content

Update action#6571

Merged
c121914yu merged 3 commits intomainfrom
v4.14.9-dev
Mar 16, 2026
Merged

Update action#6571
c121914yu merged 3 commits intomainfrom
v4.14.9-dev

Conversation

@c121914yu
Copy link
Collaborator

No description provided.

Copilot AI review requested due to automatic review settings March 16, 2026 12:23
@c121914yu c121914yu merged commit 04bf2d9 into main Mar 16, 2026
7 checks passed
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the preview build/push GitHub Actions workflows to simplify how PR context is passed between jobs/reusable workflows and to adjust where permissions are declared.

Changes:

  • Move permissions configuration to workflow/job scopes for the reusable preview push workflows.
  • Remove “PR metadata” artifact save/upload/download steps and instead pass PR/run identifiers via workflow_call inputs.
  • Expose datetime as a job output in the docs build workflow and ensure numeric inputs are passed as strings.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 4 comments.

File Description
.github/workflows/preview-fastgpt-push.yml Moves permissions to reusable workflow scope (no longer job-scoped).
.github/workflows/preview-fastgpt-build.yml Removes PR metadata artifacts; adds job permissions for reusable workflow call; stringifies inputs.
.github/workflows/preview-docs-push.yml Removes PR metadata artifact download step (relies on inputs instead).
.github/workflows/preview-docs-build.yml Removes PR metadata artifacts; adds job output for datetime; adds job permissions; stringifies inputs.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

Comment on lines +100 to +104
packages: write
attestations: write
id-token: write
pull-requests: write
issues: write
Comment on lines +68 to +70
packages: write
attestations: write
id-token: write
Comment on lines +21 to +24
packages: write
attestations: write
id-token: write
pull-requests: write
Comment on lines +108 to +110
pr_number: ${{ format('{0}', github.event.pull_request.number) }}
pr_sha: ${{ github.sha }}
run_id: ${{ github.run_id }}
run_id: ${{ format('{0}', github.run_id) }}
@github-actions
Copy link

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 50.55% 18976 / 37533
🔵 Statements 50.55% 18976 / 37533
🔵 Functions 55.05% 583 / 1059
🔵 Branches 87.68% 3468 / 3955
File CoverageNo changed files found.
Generated in workflow #10 for commit 1e2c6fd by the Vitest Coverage Report Action

c121914yu added a commit that referenced this pull request Mar 16, 2026
* Update action (#6571)

* action

* action

* action

* action

* action

* build: integrate OpenSandbox as Agent Execution Sandbox

# Conflicts:
#	deploy/args.json
#	deploy/dev/docker-compose.cn.yml
#	deploy/dev/docker-compose.yml
#	deploy/docker/cn/docker-compose.milvus.yml
#	deploy/docker/cn/docker-compose.oceanbase.yml
#	deploy/docker/cn/docker-compose.pg.yml
#	deploy/docker/cn/docker-compose.seekdb.yml
#	deploy/docker/cn/docker-compose.zilliz.yml
#	deploy/docker/global/docker-compose.milvus.yml
#	deploy/docker/global/docker-compose.oceanbase.yml
#	deploy/docker/global/docker-compose.pg.yml
#	deploy/docker/global/docker-compose.seekdb.yml
#	deploy/docker/global/docker-compose.ziliiz.yml
#	deploy/templates/docker-compose.prod.yml
#	document/public/deploy/docker/cn/docker-compose.milvus.yml
#	document/public/deploy/docker/cn/docker-compose.oceanbase.yml
#	document/public/deploy/docker/cn/docker-compose.pg.yml
#	document/public/deploy/docker/cn/docker-compose.seekdb.yml
#	document/public/deploy/docker/cn/docker-compose.zilliz.yml
#	document/public/deploy/docker/global/docker-compose.milvus.yml
#	document/public/deploy/docker/global/docker-compose.oceanbase.yml
#	document/public/deploy/docker/global/docker-compose.pg.yml
#	document/public/deploy/docker/global/docker-compose.seekdb.yml
#	document/public/deploy/docker/global/docker-compose.ziliiz.yml

* remove invalid  action

---------

Co-authored-by: Archer <545436317@qq.com>
Co-authored-by: xqvvu <whoeverimf5@gmail.com>
@github-actions
Copy link

Preview sandbox Image:

registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-pr:fastgpt_sandbox_96f493a140da1db46cceab1f79dfd299a89544ce

@github-actions
Copy link

Preview fastgpt Image:

registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-pr:fastgpt_96f493a140da1db46cceab1f79dfd299a89544ce

@github-actions
Copy link

Preview mcp_server Image:

registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-pr:fastgpt_mcp_server_96f493a140da1db46cceab1f79dfd299a89544ce

c121914yu added a commit that referenced this pull request Mar 16, 2026
* action

* action

* action

* build: integrate OpenSandbox as Agent Execution Sandbox (#6490)

* Update action (#6571)

* action

* action

* action

* action

* action

* build: integrate OpenSandbox as Agent Execution Sandbox

# Conflicts:
#	deploy/args.json
#	deploy/dev/docker-compose.cn.yml
#	deploy/dev/docker-compose.yml
#	deploy/docker/cn/docker-compose.milvus.yml
#	deploy/docker/cn/docker-compose.oceanbase.yml
#	deploy/docker/cn/docker-compose.pg.yml
#	deploy/docker/cn/docker-compose.seekdb.yml
#	deploy/docker/cn/docker-compose.zilliz.yml
#	deploy/docker/global/docker-compose.milvus.yml
#	deploy/docker/global/docker-compose.oceanbase.yml
#	deploy/docker/global/docker-compose.pg.yml
#	deploy/docker/global/docker-compose.seekdb.yml
#	deploy/docker/global/docker-compose.ziliiz.yml
#	deploy/templates/docker-compose.prod.yml
#	document/public/deploy/docker/cn/docker-compose.milvus.yml
#	document/public/deploy/docker/cn/docker-compose.oceanbase.yml
#	document/public/deploy/docker/cn/docker-compose.pg.yml
#	document/public/deploy/docker/cn/docker-compose.seekdb.yml
#	document/public/deploy/docker/cn/docker-compose.zilliz.yml
#	document/public/deploy/docker/global/docker-compose.milvus.yml
#	document/public/deploy/docker/global/docker-compose.oceanbase.yml
#	document/public/deploy/docker/global/docker-compose.pg.yml
#	document/public/deploy/docker/global/docker-compose.seekdb.yml
#	document/public/deploy/docker/global/docker-compose.ziliiz.yml

* remove invalid  action

---------

Co-authored-by: Archer <545436317@qq.com>
Co-authored-by: xqvvu <whoeverimf5@gmail.com>

* action

---------

Co-authored-by: chanzany <chenzhi@sangfor.com.cn>
Co-authored-by: xqvvu <whoeverimf5@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants