diff --git a/.qwen/commands/qc/create-pr.md b/.qwen/commands/qc/create-pr.md index 8438f5405..a2dc7fd05 100644 --- a/.qwen/commands/qc/create-pr.md +++ b/.qwen/commands/qc/create-pr.md @@ -31,6 +31,11 @@ Create a well-structured pull request with proper description and title. 4. **Set up PR** - Create PR title and body - Submit PR with gh command + - **If a GitHub token is provided in the user's message**, use it by setting the `GH_TOKEN` environment variable: + ```bash + GH_TOKEN= gh pr create --title "..." --body "..." + ``` + - If no token is provided, use the default `gh` authentication ## PR Template