Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions .github/workflows/claude-issue-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,9 @@ jobs:
- ISSUE_NUMBER: ${{ github.event.issue.number }}
- ISSUE_TITLE: ${{ github.event.issue.title }}

IMPORTANT: Before running any `gh` command that creates or modifies resources (gh pr create, gh issue comment), first run: export GH_TOKEN=$PUSH_TOKEN
This ensures PRs trigger downstream workflows.
IMPORTANT: Before running `gh pr create` or `gh issue comment`, you MUST first authenticate with the push token by running:
echo $PUSH_TOKEN | gh auth login --with-token
This ensures PRs are created with the correct identity to trigger downstream workflows.
claude_args: '--model claude-opus-4-6 --max-turns 50 --allowedTools "Bash,Read,Write,Edit,Glob,Grep,Skill(content-fix)"'

content-fix-followup:
Expand Down Expand Up @@ -219,6 +220,7 @@ jobs:
This is a follow-up invocation. A user replied with @claude on a content_fix issue.
Read the full issue body AND all comments to understand the complete context.

IMPORTANT: Before running any `gh` command that creates or modifies resources (gh pr create, gh issue comment), first run: export GH_TOKEN=$PUSH_TOKEN
This ensures PRs trigger downstream workflows.
IMPORTANT: Before running `gh pr create` or `gh issue comment`, you MUST first authenticate with the push token by running:
echo $PUSH_TOKEN | gh auth login --with-token
This ensures PRs are created with the correct identity to trigger downstream workflows.
claude_args: '--model claude-opus-4-6 --max-turns 50 --allowedTools "Bash,Read,Write,Edit,Glob,Grep,Skill(content-fix)"'
Loading