#1783·dowhy

[gh-aw] 受保护文件: [Repo Assist] perf(gcm): 将 Shapley 子集/权重生成和 p 值平均化

作者: github-actions[bot]创建于 2026年8月29日更新于 2026年8月29日
标签agentic-workflows

[!WARNING] Protected Files

The push to Pull Request branch was blocked because the patch modifies protected files.

Target Pull Request: #1711

Please review the changes carefully before pushing them to the Pull Request branch. These files may affect project dependencies, CI/CD pipelines, or agent behavior.

Protected files
  • package-lock.json

Apply the patch after review

The patch is available in the workflow run artifacts:

Workflow Run: View run details and download patch artifact

bash
# Download the artifact from the workflow run
gh run download 33264093170 -n agent -D /tmp/agent-33264093170

# Apply the patch to the Pull Request branch
git fetch origin repo-assist/perf-shapley-subset-creation-vectorize-2de749993f75a36d
git checkout
…