#1809·dowhy

[gh-aw] 受保护文件: [Repo Assist] feat(gcm): 为干预样本、反事实样本和平均因果效应添加随机种子

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

[!警告] 受保护的文件

由于修补程序修改了受保护的文件,因此对 Pull Request 分支的推送被阻止。

目标 Pull Request: #1731

在将更改推送到 Pull Request 分支之前,请仔细查看更改。这些文件可能会影响项目依赖、CI/CD 工作流或代理行为。

受保护的文件
  • package-lock.json

在审查后应用修补程序

修补程序可在工作流运行结果中找到:

工作流运行: 查看运行详情并下载工作流运行结果的修补程序

bash
# 从工作流运行中下载结果
gh run download 34379470446 -n agent -D /tmp/agent-34379470446
# 将修补程序应用到 Pull Request 分支
git fetch origin repo-assist/fix-gcm-whatif-random-seed-20260802-4ac919e7ae1930f5
git checkout repo-assist/fix-gcm-whatif-random-seed-20260802-4ac919e7ae1930f5
git am --3way /tmp/agent-34379470446/aw-repo-assist-fix-gcm-whatif-random-seed-20260802-4ac919e7ae1930f5.patch
git push origin repo-assist/fix-gcm-whatif-random-seed-20260802-4ac919e7ae1930f5

要将类似这种更改路由到审查问题而不是阻止,请在工作流配置中配置 protected-files: fallback-to-issue