summaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Collapse)Author
2 daysT9164: accept NOS-/VD- Jira keys in task-id check; pin NOS in coderabbitnos-task-idYuriy Andamasov
VD tracker project renamed to NOS (2026-07) - PR titles and commit headlines using the new NOS- key must stop being flagged invalid-task-id; legacy VD- keys stay accepted, and CodeRabbit now resolves NOS alongside VD. Fleet replication of canary vyos/vyos-1x#5379, whose adversarial review tightened the regexes to ASCII [0-9] + literal-space separators. 🤖 Generated by [robots](https://vyos.io)
2026-07-14ci: T9082: retire vacuous CodeQL workflow (#247)Yuriy Andamasov
The workflow scanned the 'python' language, but the repo contains no Python (M4/Makefile/Perl/Shell) — every analysis was empty. Perl is not a CodeQL-supported language, so there is nothing for CodeQL to scan here. Stale analyses under '/language:python' are deleted after merge (T9082 cutover procedure). 🤖 Generated by [robots](https://vyos.io)
2026-07-03ci: T9047: skip CodeQL on mirror twins (Code Security not enabled on private ↵claude/t9047-codeql-guardYuriy Andamasov
org)
2026-06-08T8966: add legacy-label escape to invalid-task-id rule (commit check exempt) ↵Yuriy Andamasov
(#244)
2026-06-06ci: T8966: exempt bots from product T-ID (invalid-task-id) gate (#243)Yuriy Andamasov
2026-06-05ci: T8966: add product T-ID title/commit check (opt-in relocation) (#242)Yuriy Andamasov
2026-05-31chore: drop mirror caller workflow (Rollout 2 Task 7) (#240)Yuriy Andamasov
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 -> VyOS-Networks PR-mirror pipeline. Related: VD-4257 🤖 Generated by [robots](https://vyos.io)
2026-05-30ci: T8943: migrate missed trigger branch current->rolling (rollout 1c) (#239)Yuriy Andamasov
2026-05-30ci: T8943: migrate branch-name refs current->rolling (rollout 1c) (#238)Yuriy Andamasov
Tracking: T8943
2026-05-30ci: T8943: sweep HIGH-producer pins to renamed branches (rollout 1c) (#237)Yuriy Andamasov
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
2026-05-30chore: T8937: retire Mergify-replaceable GHA caller workflows (#236)HEADcurrentYuriy Andamasov
2026-05-30T8943: migrate mirror wrapper to App-ready uniform stub (rollout 1b Task 5) ↵Yuriy Andamasov
(#235) Switches from explicit PAT/REMOTE_OWNER secrets pass-through to secrets: inherit and adopts the uniform stub with vars.MIRROR_ENABLED per-repo kill-switch. Behavior-neutral against current central workflow. Plan: ~/.claude/plans/2026-05-26-mirror-rollout-1b-revised.md Task 5 🤖 Generated by [robots](https://vyos.io)
2026-05-28T8615: add Mergify config (extends: mergify central template) (#234)Yuriy Andamasov
* 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
2026-05-09T8835: added pr mirror workflowkumvijaya
2026-05-07general: T8595: add AGENTS.mdYuriy Andamasov
2025-07-14T7579: fix of the run trigger for CLAYevhen Bondarenko
2025-07-04T7579: added workflow for CLAclalemeshovich
2024-03-24make related tasks optionalRobert Göhler
2023-12-17GitHub: add hooksChristian Breunig