mirror of
https://github.com/vinta/awesome-python.git
synced 2026-02-06 04:06:13 +08:00
config: add frontmatter metadata to PR review command
Add YAML frontmatter with description and allowed-tools permissions to the review-pending-prs command file. This configures tool access restrictions for GitHub PR operations. 🤖 Generated with Claude Code (https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
# Review Pending PRs
|
||||
|
||||
Review pending PRs against [CONTRIBUTING.md](../../CONTRIBUTING.md) acceptance criteria.
|
||||
---
|
||||
description: Review pending PRs against CONTRIBUTING.md acceptance criteria.
|
||||
allowed-tools: Bash(gh api:*), Bash(gh pr close:*), Bash(gh pr diff:*), Bash(gh pr edit:*), Bash(gh pr list:*), Bash(gh pr view:*)
|
||||
---
|
||||
|
||||
## Usage
|
||||
|
||||
|
||||
Reference in New Issue
Block a user