fix(ci): correct YAML key format to allowed-tools

Change from allowed_tools to allowed-tools (hyphen not underscore)
to match the correct YAML frontmatter format
This commit is contained in:
Alex Notov
2025-09-08 08:47:39 -06:00
parent 4cb0d11969
commit 230133989a
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
---
allowed_tools: Bash(gh pr comment:*),Bash(gh pr diff:*),Bash(gh pr view:*)
allowed-tools: Bash(gh pr comment:*),Bash(gh pr diff:*),Bash(gh pr view:*)
description: Review links in changed files for quality and security issues
---

View File

@@ -1,5 +1,5 @@
---
allowed_tools: Bash(gh pr comment:*),Bash(gh pr diff:*),Bash(gh pr view:*)
allowed-tools: Bash(gh pr comment:*),Bash(gh pr diff:*),Bash(gh pr view:*)
description: Validate Claude model usage against current public models
---

View File

@@ -1,5 +1,5 @@
---
allowed_tools: Bash(gh pr comment:*),Bash(gh pr diff:*),Bash(gh pr view:*)
allowed-tools: Bash(gh pr comment:*),Bash(gh pr diff:*),Bash(gh pr view:*)
description: Comprehensive review of Jupyter notebooks and Python scripts
---