mirror of
https://github.com/cline/cline.git
synced 2026-09-19 10:13:34 +08:00
chore: update workflow comment
This commit is contained in:
@@ -153,7 +153,7 @@ jobs:
|
||||
|
||||
## Labels
|
||||
gh label list --json name,description --limit 100
|
||||
gh issue edit ${{ github.event.issue.number || inputs.issue_number }} --add-label "label1,label2"
|
||||
gh issue edit ${{ github.event.issue.number || inputs.issue_number }} --add-label "label1,label2" # Only use available labels, don't create new ones
|
||||
|
||||
IMPORTANT: After posting your comment, add the "Bot Responded" label to indicate this issue has received an automated response:
|
||||
gh issue edit ${{ github.event.issue.number || inputs.issue_number }} --add-label "Bot Responded"
|
||||
|
||||
Reference in New Issue
Block a user