#1776·dowhy

[gh-aw] Protected Files: [Repo Assist] test(refuters): regression tests for BootstrapRefuter dtype noise injection + CHANGELOG.rst for v0.15

Author: github-actions[bot]Created Aug 26, 2026Updated Aug 26, 2026
Labelsagentic-workflows

[!WARNING] Protected Files

The push to pull request branch was blocked because the patch modifies protected files.

Target Pull Request: #1761

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

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 32921854257 -n agent -D /tmp/agent-32921854257

# Apply the patch to the pull request branch
git fetch origin repo-assist/test-bootstrap-refuter-edge-cases-20260818-b124c6195720e41f
git checkout repo-assist/test-bootstrap-refuter-edge-cases-20260818-b124c6195720e41f
git am --3way /tmp/agent-32921854257/aw-repo-assist-test-bootstrap-refuter-edge-cases-20260818-b124c6195720e41f.patch
git push origin repo-assist/test-bootstrap-refuter-edge-cases-20260818-b124c6195720e41f

To route changes like this to a review issue instead of blocking, configure protected-files: fallback-to-issue in your workflow configuration.