[release/2.11] Skip test_is_pinned_no_context on python 3.14 and above due to known behavior change #1171
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Owner(s): ["module: ci"] | |
| name: Claude Code | |
| on: | |
| issue_comment: | |
| types: [created] | |
| issues: | |
| types: [opened] | |
| jobs: | |
| claude-code: | |
| uses: pytorch/test-infra/.github/workflows/_claude-code.yml@main | |
| permissions: | |
| contents: read | |
| pull-requests: write | |
| issues: write | |
| id-token: write | |
| secrets: inherit | |
| with: | |
| additional_claude_args: '--allowedTools Skill' | |
| append_system_prompt: | | |
| When asked to review a PR, always use the /pr-review skill first. | |
| It contains PyTorch-specific review guidelines, output format, and critical checks. | |
| Always put the details of the PR review inside a GitHub collapsible section and | |
| a one sentence summary outside. |