Skip to content

feat(github): add ruleset for develop branch#6

Draft
Copilot wants to merge 2 commits intodevelopfrom
copilot/add-ruleset-for-develop-branch
Draft

feat(github): add ruleset for develop branch#6
Copilot wants to merge 2 commits intodevelopfrom
copilot/add-ruleset-for-develop-branch

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 16, 2026

Adds a repository ruleset to protect the develop branch, enforcing code review and CI gates before merging.

Ruleset (.github/rulesets/develop.json)

  • Deletion / force-push preventiondevelop cannot be deleted or force-pushed
  • Pull request required — 1 approving review before merge
  • Required status checks — all four CI jobs must pass (Lint, Format, Typecheck, Build) with strict up-to-date enforcement

Status check names are aligned with the name: fields in .github/workflows/ci.yml, which already runs on PRs targeting develop.

Import via Settings → Rules → Rulesets → Import to activate.


📱 Kick off Copilot coding agent tasks wherever you are with GitHub Mobile, available on iOS and Android.

Co-authored-by: andrmaz <60042277+andrmaz@users.noreply.github.com>
Copilot AI changed the title [WIP] Add ruleset for develop branch feat(github): add ruleset for develop branch Mar 16, 2026
Copilot AI requested a review from andrmaz March 16, 2026 22:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants