[gh-aw] Protected Files: [Repo Assist] feat(gcm): add random_seed to interventional_samples, counterfactual_samples, average_causal_effect
Author: github-actions[bot]Created Sep 9, 2026Updated Sep 9, 2026
Labelsagentic-workflows
[!WARNING] Protected Files
The push to pull request branch was blocked because the patch modifies protected files.
Target Pull Request: #1731
Please review the changes carefully before pushing them to the pull request branch. These files may affect project dependencies, CI/CD pipelines, or agent behaviour.
Protected files
package-lock.json
- .github/workflows/advanced-on-demand.yml
- .github/workflows/ci-install.yml
- .github/workflows/ci.yml
- .github/workflows/docs-ci.yml
- .github/workflows/docs-release.yml
- .github/workflows/docs.yml
- .github/workflows/nightly-tests.yml
- .github/workflows/python-publish.yml
Apply the patch after review
The patch is available in the workflow run artifacts:
Workflow Run: View run details and download patch artifact
# Download the artifact from the workflow run
gh run download 34314141655 -n agent -D /tmp/agent-34314141655
# Apply the patch to the pull request branch
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-34314141655/aw-repo-assist-fix-gcm-whatif-random-seed-20260802-4ac919e7ae1930f5.patch
git push origin repo-assist/fix-gcm-whatif-random-seed-20260802-4ac919e7ae1930f5To route changes like this to a review issue instead of blocking, configure protected-files: fallback-to-issue in your workflow configuration.
Source: py-why/dowhy