mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 03:30:40 +00:00
chore(qc): add GH_TOKEN instruction to create-pr skill
- Update create-pr.md to explicitly use GH_TOKEN when provided - Ensures PR creation works with user-provided tokens via environment variable Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
parent
47fac88695
commit
8ea472db8d
1 changed files with 5 additions and 0 deletions
|
|
@ -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=<provided_token> gh pr create --title "..." --body "..."
|
||||
```
|
||||
- If no token is provided, use the default `gh` authentication
|
||||
|
||||
## PR Template
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue