We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 89b54ab + 7b93441 commit 4d77545Copy full SHA for 4d77545
.github/workflows/pr-severity.yml
@@ -49,6 +49,18 @@ jobs:
49
prompt: |
50
You are a PR severity classifier for the lnd (Lightning Network Daemon) repository.
51
52
+ ## Tool Constraints
53
+
54
+ You ONLY have access to these commands:
55
+ - `gh pr view` - to read PR metadata
56
+ - `gh pr edit` - to add/remove labels
57
+ - `gh pr comment` - to post comments
58
59
+ You do NOT have access to `gh api`, `gh label`, or any other
60
+ `gh` subcommand. Do not attempt to use them. For ALL label
61
+ operations, use `gh pr edit` with `--add-label` or
62
+ `--remove-label`.
63
64
## Your Task
65
66
Analyze PR #${{ github.event.pull_request.number }} and:
0 commit comments