task/2549 create copilot-instructions.md and update branch/hook support for copilot agents#2550
Merged
JoernBerkefeld merged 3 commits intodevelopfrom Mar 15, 2026
Conversation
…kout for copilot branches Co-authored-by: JoernBerkefeld <1917227+JoernBerkefeld@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] [TASK] Create copilot-instructions.md file in .github directory
task: create copilot-instructions.md and update branch/hook support for copilot agents
Mar 15, 2026
JoernBerkefeld
approved these changes
Mar 15, 2026
Coverage ReportCommit:b30b53dBase: develop@30e9e94
Details (changed files):
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds
.github/copilot-instructions.mdto standardize how GitHub Copilot agents interact with this repo — covering commit format, branch naming, PR creation, label assignment, and milestone linking. Extends two existing configs to recognizecopilot/-prefixed branches.Changes
.github/copilot-instructions.md(new) — instructs Copilot to:#<issue-number>:(compatible withcommit-msghook)copilot/<type>/<issue-number>-<issue-title>where type istask,bug, orfeature<type>/<issue-number> <issue title>PULL_REQUEST_TEMPLATE.mdstructure withcloses #<issue-number>c/<classname>labels for changed files inlib/metadataTypes/.github/pr-labeler.yml— addscopilot/feature/*,copilot/bug/*,copilot/task/*alongside existing patterns.husky/post-checkout— extends ticket ID extraction regex to matchcopilot/<type>/<id>-...branches while preserving all prior behavior:Release details
Checklist
Before merge
npm run prepare-release(which runsnpm audit fix,npm run lint-ts,npm run lint:fix,git add,git commit)After merge
npm run version:major/minor/patchDocumentation
No documentation changes required.
Issues
Original prompt
📍 Connect Copilot coding agent with Jira, Azure Boards or Linear to delegate work to Copilot in one click without leaving your project management tool.