diff options
| author | Yuriy Andamasov <yuriy@andamasov.com> | 2026-06-01 03:02:56 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-01 03:02:56 +0300 |
| commit | 84d607d069d89df064c44463a039893800bca40b (patch) | |
| tree | ba8fcac08ec9761cea3d5394620718cbb2e9a408 | |
| parent | 9c13e268ae30c7a7d44b7cdfc66a35dbb3904ce4 (diff) | |
| download | vyos-cloud-init-84d607d069d89df064c44463a039893800bca40b.tar.gz vyos-cloud-init-84d607d069d89df064c44463a039893800bca40b.zip | |
docs: AGENTS.md: reflect rollout 1c default-branch rename (#106)
| -rw-r--r-- | AGENTS.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -38,9 +38,9 @@ make # see in-repo Makefile targets ## Conventions - Commit/PR title: `component: T12345: description` (Phorge task ID at https://vyos.dev). Enforced via inherited reusables. -- Workflows: `pr-mirror-repo-sync.yml`, `trigger-rebuild-repo-package.yml`, `cla-check.yml`, `stale.yml` (uses `vyos/.github@current` reusables). +- Workflows: `pr-mirror-repo-sync.yml`, `trigger-rebuild-repo-package.yml`, `cla-check.yml`, `stale.yml` (uses `vyos/.github@production` reusables). - License: dual Apache-2.0 / GPL-3 (inherited from upstream `cloud-init`). -- Default branch: `current`. Pull from upstream `canonical/cloud-init` via merge or rebase, preserve VyOS-specific deltas. +- Default branch: `rolling`. Pull from upstream `canonical/cloud-init` via merge or rebase, preserve VyOS-specific deltas. ## Notes for future contributors - Keep VyOS-specific changes minimal and clearly delineated to ease upstream merges. |
