Skip to content

Commit 43102c4

Browse files
CopilotMossaka
andcommitted
Remove create_comment tool and add inline PR number as requested in review comments
Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com>
1 parent 0a6b017 commit 43102c4

2 files changed

Lines changed: 103 additions & 8 deletions

File tree

.github/workflows/test-proxy.lock.yml

Lines changed: 100 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/test-proxy.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ on:
44
branches: [ "main" ]
55
workflow_dispatch:
66

7-
permissions:
8-
issues: write # needed to write the output report to an issue
7+
output:
8+
issue_comment: {}
99

1010
tools:
1111
fetch:
@@ -21,7 +21,6 @@ tools:
2121

2222
github:
2323
allowed:
24-
- "create_comment"
2524
- "get_issue"
2625

2726
engine: claude
@@ -53,4 +52,4 @@ If there are any failures, security issues, or unexpected behaviors:
5352
- Any security observations or recommendations
5453
- Specific failure details that need attention
5554

56-
Create a GitHub Comment on the pull request with the test results.
55+
The test results will be automatically posted as a comment on PR #${{ github.event.pull_request.number }}.

0 commit comments

Comments
 (0)