How-to: Change Repo Priority or Pause a Repo
This guide explains how to update your repository priorities so the Copilot PM workflow prompts surface the right work at the right time.
Steps
- Open
plan/REPO_PRIORITIES.mdin your repo. - To promote or demote a repo:
- Move its row to the appropriate tier table (Active Focus, Medium, Low).
- Update the Notes column if needed.
- To pause a repo:
- Move it to the Paused table.
- Add a reason and a resume condition.
- When ready to resume, move it back to its previous tier.
- To change how a repo participates in PM:
- Update
plan/REPO_PM_PARTICIPATION.md. - Use
observeif the repo should stay visible in planning but keep its own triage process. - Use
excludeif it should be ignored completely.
- Update
- To change OSS suitability behaviour for a public repo:
- In
plan/REPO_PM_PARTICIPATION.md, setOSS Overridetonon-ossfor that repo. - Leave
OSS Overrideasdefaultfor normal behaviour. - OSS suitability checks run in
/pm-backlog-reviewonly.
- In
- Save and commit your changes.
- Next time you run
/pm-backlog-reviewor/pm-iteration-plan, the prompts will use your updated priorities.
Tips
- Keep Tier 1 (Active Focus) small for best results.
- Paused repos are skipped for issue scanning, but PRs are still surfaced unless the repo’s participation mode is
exclude. - Participation mode is separate from priority. Use
plan/REPO_PM_PARTICIPATION.mdforfull/observe/exclude. - Public repos are treated as OSS by default for backlog-review suitability checks. Private repos are never OSS.
- See Repository Priorities Reference for full details.