mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-03 21:23:38 +00:00
[PR #977] Add Copilot agent manifest and usage documentation #1394
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/adamhathcock/sharpcompress/pull/977
State: closed
Merged: Yes
Configures GitHub Copilot coding agent with conservative permissions for automated PR workflows. Enables agent to modify source/test files while requiring human review before merge.
Changes
.github/agents/copilot-agent.yml: Agent manifest with scoped permissionssrc/**/*,tests/**/*,README.md,AGENTS.mdrequire_review_before_merge: true,required_approvals: 1AGENTS.md: Agent instruction reference/copilot run), labelscopilot: run,copilot: approve)Admin Action Required
After merge, repository admin must:
Original prompt
This pull request was created as a result of the following prompt from Copilot chat.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.