summaryrefslogtreecommitdiff
path: root/.github/workflows/submodules.yml
AgeCommit message (Collapse)Author
2026-05-11T8463: Update GitHub actions to latest versions [vyos-documentation] (#1995)Andrii Klymenko
2026-05-10ci: GitHub casing consistency in workflow PR titlesYuriy Andamasov
Cosmetic only — fixes "Github" → "GitHub" in three places that were left behind by the rename cleanup in #1938 (which fixed only the lines it already touched, to keep scope tight). - submodules.yml update_sagitta job: commit-message + title - submodules.yml update_equuleus job: commit-message + title - update-translations.yml: commit-message + title These strings appear in the titles/messages of bot-created PRs only; no functional impact. 🤖 Generated by [robots](https://vyos.io)
2026-05-10ci: fix Github→GitHub typo in submodules.yml update_rolling jobYuriy Andamasov
In response to Copilot review on #1938 — the commit-message and title strings I touched while renaming current→rolling also had a "Github" typo. Same lines are already in this PR's diff, so corrected here. The same typo exists in update_sagitta and update_equuleus jobs and in update-translations.yml, but those lines are not in this PR's diff; folding them in would expand scope beyond the rename cleanup. They warrant a separate consistency PR. 🤖 Generated by [robots](https://vyos.io)
2026-05-10ci/docs: drop current branch references after rename to rollingYuriy Andamasov
Cleanup PR following the current→rolling default-branch rename. Drops the now-stale current branch from workflow triggers, flips remaining defaults, and updates documentation/templates. Workflows: - pr-mirror-repo-sync.yml: branches narrowed to [rolling]; workflow_dispatch default and choice list now rolling-only; sync_branch fallback flipped from 'current' to 'rolling'. - check-open-prs-conflict.yml: dropped current from push.branches. - update-version-tags.yml: dropped current from push.branches and from the case statement (now bare 'rolling) TAG=rolling'). - submodules.yml: renamed update_current job, branch update-dependencies-current, and the related commit/title strings to rolling. - update-translations.yml: PR branch update-translations-current renamed to update-translations-rolling. - ai-validation.yml: prompt example updated. Docs/templates: - docs/conf.py: READTHEDOCS_GIT_IDENTIFIER fallback flipped to 'rolling'; comment block updated to describe the rolling branch (the user-facing "(current)" suffix is release-channel terminology and remains). - README.md: branching-scheme section now describes rolling as the default branch, with a note about the rename date. - .github/PULL_REQUEST_TEMPLATE.md: CONTRIBUTING link points at blob/rolling. External @current refs to vyos/.github and vyos/vyos-cla-signatures are left untouched — they reference those repos' default branches and are unaffected by this repo's rename. 🤖 Generated by [robots](https://vyos.io)
2024-04-09prepare master branch rename to currentrebortg
2024-02-10Update submodules.ymlRobert Göhler
2024-02-10Update submodules.ymlRobert Göhler
2024-02-02migrade to peter-evans/create-pull-request@v6rebortg
2024-02-02fix update submodulesrob
2024-01-15github: pull also 1.3 changelog in sagitta workflowRobert Göhler
2023-11-26add sagitta to github action for realeasnotes and submodulesrebortg
2023-09-12include releasenotes of 1.5rebortg
2023-06-30add localazy as the translation providerrebortg
2022-04-12downgrade phabricator api sdkRobert Göhler
2021-02-15Github: prevent to run update releasenotes without the apikeyrebortg
2021-02-10Releasenotes: add weekly releasenote create scriptrebortg
2021-02-06Github: adjust githubactions for sagitta and equuleusrebortg
2021-02-03Coverage: reenable coverage page progress (#441)Robert Göhler
* Github: correct branch for vyos-1x submodule * Coverage: reenable coverage page progress * Update vyos-1x submodule (#24) Co-authored-by: rebortg <rebortg@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: rebortg <rebortg@users.noreply.github.com>
2020-12-17CI: use variable for repo namerebortg
2020-12-10correct repo path for submodule actionrebortg
2020-12-10create gihub action for scheduled submodule updaterebortg