mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-03 21:23:38 +00:00
[PR #974] chore: add Copilot coding agent config and CI workflow #1393
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/974
State: closed
Merged: Yes
This pull request introduces initial configuration for enabling the GitHub Copilot coding agent in the repository, along with documentation for maintainers. The changes focus on agent setup and providing guidance for maintainers.
Copilot agent configuration:
.copilot-agent.ymlto opt-in to Copilot coding agent, specifying allowed file paths and actions, and requiring review before merging automated PRs.Documentation for maintainers:
.github/COPILOT_AGENT_README.mdto explain the Copilot agent setup, allowed paths, CI workflow, and instructions for maintainers on managing agent configuration.