<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-infrastructure.git, branch production</title>
<subtitle>Various scripts and automations for VyOS infrastructure tasks (mirror of https://github.com/vyos/vyos-infrastructure.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyos-infrastructure.git/atom?h=production</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-infrastructure.git/atom?h=production'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-infrastructure.git/'/>
<updated>2026-06-01T00:35:39+00:00</updated>
<entry>
<title>docs: AGENTS.md: reflect rollout 1c default-branch rename (#16)</title>
<updated>2026-06-01T00:35:39+00:00</updated>
<author>
<name>Yuriy Andamasov</name>
<email>yuriy@andamasov.com</email>
</author>
<published>2026-06-01T00:35:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-infrastructure.git/commit/?id=099531e28ca40f22d21eff69d598bef7798a9e05'/>
<id>urn:sha1:099531e28ca40f22d21eff69d598bef7798a9e05</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore: drop mirror caller workflow (Rollout 2 Task 7) (#15)</title>
<updated>2026-05-31T07:37:12+00:00</updated>
<author>
<name>Yuriy Andamasov</name>
<email>yuriy@vyos.io</email>
</author>
<published>2026-05-31T07:37:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-infrastructure.git/commit/?id=e6d0296bedb4089460376042446c7fc7e120de8e'/>
<id>urn:sha1:e6d0296bedb4089460376042446c7fc7e120de8e</id>
<content type='text'>
This repo was excluded from the mirror consumers set during the
Rollout 2 consumers.yaml review (VD-4257). Removing the per-repo
mirror caller workflow stops it from participating in the
vyos -&gt; VyOS-Networks PR-mirror pipeline.

Related: VD-4257

🤖 Generated by [robots](https://vyos.io)</content>
</entry>
<entry>
<title>ci: T8943: migrate branch-name refs main-&gt;production (rollout 1c) (#14)</title>
<updated>2026-05-30T15:38:59+00:00</updated>
<author>
<name>Yuriy Andamasov</name>
<email>yuriy@vyos.io</email>
</author>
<published>2026-05-30T15:38:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-infrastructure.git/commit/?id=4f6a4c16763e79395bfa10b30b04a43cde71b771'/>
<id>urn:sha1:4f6a4c16763e79395bfa10b30b04a43cde71b771</id>
<content type='text'>
Tracking: T8943</content>
</entry>
<entry>
<title>ci: T8943: sweep HIGH-producer pins to renamed branches (rollout 1c) (#13)</title>
<updated>2026-05-30T13:06:00+00:00</updated>
<author>
<name>Yuriy Andamasov</name>
<email>yuriy@vyos.io</email>
</author>
<published>2026-05-30T13:06:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-infrastructure.git/commit/?id=ba82be5be621eb8a64571becf5a5c4e26231d38b'/>
<id>urn:sha1:ba82be5be621eb8a64571becf5a5c4e26231d38b</id>
<content type='text'>
Rewrites uses: pins to the three HIGH-fanout producers (vyos/.github,
vyos/vyos-cla-signatures, VyOS-Networks/vyos-reusable-workflows) from their
old default branch to the new production compat branch staged in Task 1.
No functional change; pin-ref rewrite only.

Tracking: T8943</content>
</entry>
<entry>
<title>T8943: migrate mirror wrapper to App-ready uniform stub (rollout 1b Task 5) (#12)</title>
<updated>2026-05-29T23:34:35+00:00</updated>
<author>
<name>Yuriy Andamasov</name>
<email>yuriy@vyos.io</email>
</author>
<published>2026-05-29T23:34:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-infrastructure.git/commit/?id=6e28fed6758f03c2008c983558ee147215de80c8'/>
<id>urn:sha1:6e28fed6758f03c2008c983558ee147215de80c8</id>
<content type='text'>
Replaces legacy PAT-based caller with the uniform stub that uses
`secrets: inherit` and the `vars.MIRROR_ENABLED` opt-out gate.
Plan: ~/.claude/plans/2026-05-26-mirror-rollout-1b-revised.md Task 5

🤖 Generated by [robots](https://vyos.io)</content>
</entry>
<entry>
<title>T8615: add Mergify config (extends: mergify central template) (#11)</title>
<updated>2026-05-28T10:08:21+00:00</updated>
<author>
<name>Yuriy Andamasov</name>
<email>yuriy@vyos.io</email>
</author>
<published>2026-05-28T10:08:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-infrastructure.git/commit/?id=7ba9fbd832c2c169b21591c6bcfc715974c24b31'/>
<id>urn:sha1:7ba9fbd832c2c169b21591c6bcfc715974c24b31</id>
<content type='text'>
* T8615: add Mergify config (extends: mergify central template)

Adds the org-local central-config inheritance file per the T8615 sweep
(re-scoped 2026-05-28). 4-line minimum: extends: mergify resolves to
vyos/mergify which provides commands_restrictions (9 slash commands x
4-sender allowlist), conflict labeler, PR-title T-ID format check,
opt-in auto-update, and the backport-conflict merge protection.

merge_protections_settings: reporting_method: check-runs declared
explicitly per-repo because only defaults and commands_restrictions are
documented as merging across extends: -- pin to current behavior pre
the 2026-07-31 default flip per data/github.md Mergify gotchas table.

Phase 0 CR: 0 finding(s). Known false positive: CR flags
extends: mergify as 'not a documented built-in preset' but Mergify
documents the org-local form at https://docs.mergify.com/configuration/sharing/.

Refs: T8615 (re-scoped 2026-05-28), IS-421

Generated by robots https://vyos.io

* T8615: switch yaml-language-server schema URL to JSON-schema

Replaces the human-docs file-format URL (which serves HTML and cannot
drive editor validation) with the machine-readable JSON-schema URL
that yaml-language-server actually resolves for autocomplete and
schema validation.

Old: https://docs.mergify.com/configuration/file-format/
New: https://docs.mergify.com/mergify-configuration-schema.json

Phase 0 CR: 0 finding(s).

Refs: T8615 (re-scoped 2026-05-28), IS-421

Generated by robots https://vyos.io</content>
</entry>
<entry>
<title>Merge pull request #10 from vyos/claude/coderabbit-yaml-t8851</title>
<updated>2026-05-24T20:45:52+00:00</updated>
<author>
<name>Yevhen Bondarenko</name>
<email>evgeniy.bondarenko@sentrium.io</email>
</author>
<published>2026-05-24T20:45:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-infrastructure.git/commit/?id=f70203e3c0402826c29107004f5c51ed88ecb3e9'/>
<id>urn:sha1:f70203e3c0402826c29107004f5c51ed88ecb3e9</id>
<content type='text'>
ci: add .coderabbit.yaml for central-config inheritance (T8851)</content>
</entry>
<entry>
<title>ci: add .coderabbit.yaml for central-config inheritance (T8851)</title>
<updated>2026-05-24T07:46:45+00:00</updated>
<author>
<name>Yuriy Andamasov</name>
<email>yuriy@andamasov.com</email>
</author>
<published>2026-05-24T07:46:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-infrastructure.git/commit/?id=6f6a743c8a089f4a4c3ae1cd14e1310cf5bad6cb'/>
<id>urn:sha1:6f6a743c8a089f4a4c3ae1cd14e1310cf5bad6cb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #9 from kumvijaya/main</title>
<updated>2026-05-09T19:48:07+00:00</updated>
<author>
<name>Yevhen Bondarenko</name>
<email>evgeniy.bondarenko@sentrium.io</email>
</author>
<published>2026-05-09T19:48:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-infrastructure.git/commit/?id=91ad5b5bdce160ad7957bfc928af72a0ab38894b'/>
<id>urn:sha1:91ad5b5bdce160ad7957bfc928af72a0ab38894b</id>
<content type='text'>
T8835: added pr mirror workflow</content>
</entry>
<entry>
<title>T8835: added pr mirror workflow</title>
<updated>2026-05-09T19:18:07+00:00</updated>
<author>
<name>Vijayakumar A</name>
<email>36878324+kumvijaya@users.noreply.github.com</email>
</author>
<published>2026-05-09T19:18:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-infrastructure.git/commit/?id=850e4ed30affcd1bf489afe6d361ecf4e0bfa843'/>
<id>urn:sha1:850e4ed30affcd1bf489afe6d361ecf4e0bfa843</id>
<content type='text'>
</content>
</entry>
</feed>
