Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion .github/workflows/grumpy-reviewer.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions .github/workflows/grumpy-reviewer.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ if: ${{ github.repository == 'ohcnetwork/care_fe' }}
# Actions GITHUB_TOKEN, and gh-aw injects the needed write scopes into the
# separate safe-output jobs while this agent job stays read-only.
permissions: read-all
# No local clone is needed: the agent reads the PR diff and changed files through
# the GitHub API. Disabling checkout removes the "pwn request" attack surface that
# comes from checking out untrusted fork code under pull_request_target.
checkout: false
imports:
Comment on lines 33 to 36
- .github/agents/grumpy-reviewer.agent.md
tools:
Expand Down
Loading