summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@vyos.io>2026-06-01 03:35:32 +0300
committerGitHub <noreply@github.com>2026-06-01 03:35:32 +0300
commit4b25efb56e1d0db819fb9800513b2ff7cfd25d99 (patch)
treebeb87394d2fb54e422a6e3a6f51b86e983bc2c22
parentd20d82ea4915918f92ea569b58392e40d1fa5cbf (diff)
downloadvyos-github-actions-4b25efb56e1d0db819fb9800513b2ff7cfd25d99.tar.gz
vyos-github-actions-4b25efb56e1d0db819fb9800513b2ff7cfd25d99.zip
docs: AGENTS.md: reflect rollout 1c default-branch rename (#19)production
-rw-r--r--AGENTS.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/AGENTS.md b/AGENTS.md
index f22a348..345482a 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -1,7 +1,7 @@
# AGENTS.md
## Project purpose
-Older standalone repo of reusable GitHub Actions workflows for VyOS. Largely **superseded by `vyos/.github`** (the canonical org-wide reusable-workflow library, default branch `current`). Some the private side-side and legacy repos still consume workflows from here; new work should target `vyos/.github`.
+Older standalone repo of reusable GitHub Actions workflows for VyOS. Largely **superseded by `vyos/.github`** (the canonical org-wide reusable-workflow library, default branch `production`). Some the private side-side and legacy repos still consume workflows from here; new work should target `vyos/.github`.
## Tech stack
- GitHub Actions YAML reusable workflows under `.github/workflows/`.
@@ -23,7 +23,7 @@ The Python helper scripts are invoked from the workflows.
- `README.md` — workflow inventory + usage snippets.
## Cross-repo context
-- **Superseded by `vyos/.github@current`.** That canonical repo carries 19 workflow files and the modern mirror pipeline (`pr-mirror-repo-sync.yml`). Most active VyOS repos pin `vyos/.github`, not this repo.
+- **Superseded by `vyos/.github@production`.** That canonical repo carries 19 workflow files and the modern mirror pipeline (`pr-mirror-repo-sync.yml`). Most active VyOS repos pin `vyos/.github`, not this repo.
- The `override-default` and `transclude-template` scripts here are duplicated into `vyos/.github/scripts/` — they are runtime build-time helpers used by `vyos-1x` (XML interface-definition processing) and `vyos-build`.
## Conventions
- Commit/PR title: `component: T12345: description` (Phorge task ID at https://vyos.dev).
@@ -31,6 +31,6 @@ The Python helper scripts are invoked from the workflows.
- Default branch is the legacy default (typically `master`/`main`); confirm via `git ls-remote --symref` before pinning.
## Notes for future contributors
-- **New reusable workflows belong in `vyos/.github`, not here.** Add them at `vyos/.github/.github/workflows/<name>.yml` on `current`.
+- **New reusable workflows belong in `vyos/.github`, not here.** Add them at `vyos/.github/.github/workflows/<name>.yml` on `production`.
- Before deleting a workflow from this repo, grep `vyos/*` and an internal repository consumers for `uses: vyos/vyos-github-actions/...` — some legacy repos may still be pinned here.
- The `scripts/override-default` and `scripts/transclude-template` are kept in sync with the copies in `vyos/.github/scripts/`. If you change one, change the other (or migrate fully to `vyos/.github`).