try a new agent config

This commit is contained in:
Adam Hathcock
2025-10-25 16:17:42 +01:00
parent 699bc5f34b
commit 73e9b61fcc

7
.github/agents/copilot-agent.yml vendored Normal file
View File

@@ -0,0 +1,7 @@
enabled: true
agent:
name: copilot-coding-agent
allow:
- paths: ["src/**/*", "tests/**/*", "README.md", "AGENTS.md"]
actions: ["create", "modify"]
require_review_before_merge: true