summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@vyos.io>2026-06-01 03:03:00 +0300
committerGitHub <noreply@github.com>2026-06-01 03:03:00 +0300
commit0656d1ee6f3311b5b3e0ecd0d25125850e4e1dac (patch)
tree83c8bcdff7f3c74a841de59c839d7dcc37f3e567
parent48c49fcef7788c72bf7c567aa50a1798236bce6a (diff)
downloadvyos-build-0656d1ee6f3311b5b3e0ecd0d25125850e4e1dac.tar.gz
vyos-build-0656d1ee6f3311b5b3e0ecd0d25125850e4e1dac.zip
docs: AGENTS.md: reflect rollout 1c default-branch rename (#1208)
-rw-r--r--AGENTS.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/AGENTS.md b/AGENTS.md
index fc900595..4fbe148b 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -87,9 +87,9 @@ make generic # builds the generic flavor
- See also `CONTRIBUTING.md` for further hints on the commit messages.
- Linting: unused-imports (Pylint) and J2 lint (note: workflow file is named
`linit-j2.yml` in this repo — known cosmetic typo). Both inherited from
- `vyos/.github@current`.
+ `vyos/.github@production`.
- PR conflicts are flagged automatically via `check-pr-conflicts.yml` (reusable
- `check-pr-merge-conflict.yml` from `vyos/.github@current`).
+ `check-pr-merge-conflict.yml` from `vyos/.github@production`).
## Notes for future contributors