Enable support for fork PRs in Claude Code GitHub Action#173748
Enable support for fork PRs in Claude Code GitHub Action#173748izaitsevfb wants to merge 1 commit intomainfrom
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/173748
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 2418232 with merge base 67fbb31 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
huydhn
left a comment
There was a problem hiding this comment.
LGTM for a temp solution! But please grant a couple of people the owner permission to your fork just in case you're away
|
@pytorchbot merge -f 'trunk ci is not needed' |
Merge startedYour change will be merged immediately since you used the force (-f) flag, bypassing any CI checks (ETA: 1-5 minutes). Please use Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
) While anthropics/claude-code-action#851 is under review, switching claude code action to our own fork that has proper support for the forked PRs. tested in ciforge Here's the [patch to the forked action.](https://github.com/izaitsevfb/claude-code-action/compare/main...izaitsevfb:claude-code-action:forked-pr-fix?expand=1) Pull Request resolved: pytorch#173748 Approved by: https://github.com/huydhn
While anthropics/claude-code-action#851 is under review, switching claude code action to our own fork that has proper support for the forked PRs.
tested in ciforge
Here's the patch to the forked action.