Issues

Automate issue tracking, branch management, project linking, and assignees with Copilot.

Quick summary

What you doWhat Copilot can do
Open an issue with a type label (e.g. feature, bugfix)Link to projects, assign members; when branch launcher label is added (e.g. branched), create the branch from develop (or main for hotfix).
Add deploy to a release/hotfix issueTrigger the release or hotfix workflow (e.g. deploy).
Push commits to the issue’s branchPost commit notifications on the issue; optionally reopen the issue if it was closed.
Merge the branch (e.g. into develop)Automatically close the issue when the branch is merged.

Bugbot (potential problems) runs on push (or single action) and posts findings on the issue and on open PRs; you can ask the bot to fix findings from a comment. See Bugbot for full details.

For step-by-step flows per issue type (branch naming, source branch, deploy), see the issue type pages: Feature, Bugfix, Docs, Chore, Hotfix, Release.