From a22f348b35bca60673687b0aef99e73759881eb7 Mon Sep 17 00:00:00 2001 From: Jonathan Miller <230051081+jmiller-moko@users.noreply.github.com> Date: Sat, 3 Jan 2026 15:41:55 -0600 Subject: [PATCH] Workflows fix --- .github/workflows/ci.yml | 28 ------------------------ .github/workflows/release_pipeline.yml | 30 -------------------------- .github/workflows/repo_health.yml | 17 --------------- .github/workflows/version_branch.yml | 26 ---------------------- 4 files changed, 101 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b19ed5f..a4cfa73 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,31 +1,3 @@ -# Copyright (C) 2026 Moko Consulting -# -# This file is part of a Moko Consulting project. -# -# SPDX-License-Identifier: GPL-3.0-or-later -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . -# -# FILE INFORMATION -# DEFGROUP: GitHub.Workflow -# INGROUP: MokoStandards.CI -# REPO: https://github.com/mokoconsulting-tech/MokoStandards -# PATH: /.github/workflows/ci.yml -# VERSION: 01.00.00 -# BRIEF: Continuous integration workflow enforcing repository standards. -# NOTE: - name: Continuous Integration on: diff --git a/.github/workflows/release_pipeline.yml b/.github/workflows/release_pipeline.yml index 28628c5..d161ac7 100644 --- a/.github/workflows/release_pipeline.yml +++ b/.github/workflows/release_pipeline.yml @@ -1,33 +1,3 @@ -# ============================================================================ -# Copyright (C) 2025 Moko Consulting -# -# This file is part of a Moko Consulting project. -# -# SPDX-License-Identifier: GPL-3.0-or-later -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . -# -# FILE INFORMATION -# DEFGROUP: GitHub.Workflow -# INGROUP: MokoStandards.Release -# REPO: https://github.com/mokoconsulting-tech/MokoStandards -# PATH: /.github/workflows/release_pipeline.yml -# VERSION: 01.00.00 -# BRIEF: Enterprise release pipeline enforcing dev to rc to version to main. Creates prerelease when rc is created. Creates full release when version is created and promotes to main while retaining the version branch. -# NOTE: -# ============================================================================ - name: Release Pipeline (dev > rc > version > main) on: diff --git a/.github/workflows/repo_health.yml b/.github/workflows/repo_health.yml index 23f43d5..afa836c 100644 --- a/.github/workflows/repo_health.yml +++ b/.github/workflows/repo_health.yml @@ -1,20 +1,3 @@ -# ============================================================================ -# Copyright (C) 2025 Moko Consulting -# -# This file is part of a Moko Consulting project. -# -# SPDX-License-Identifier: GPL-3.0-or-later -# -# FILE INFORMATION -# DEFGROUP: GitHub.Workflow -# INGROUP: MokoStandards.Validation -# REPO: https://github.com/mokoconsulting-tech/MokoStandards -# PATH: /.github/workflows/repo_health.yml -# VERSION: 01.00.00 -# BRIEF: Enforces repository guardrails by validating release configuration, scripts governance, tooling availability, and core repository health artifacts. -# NOTE: Field is user-managed. -# ============================================================================ - name: Repo Health concurrency: diff --git a/.github/workflows/version_branch.yml b/.github/workflows/version_branch.yml index 2a63476..ab833c7 100644 --- a/.github/workflows/version_branch.yml +++ b/.github/workflows/version_branch.yml @@ -1,29 +1,3 @@ -# -# Copyright (C) 2025 Moko Consulting -# -# This file is part of a Moko Consulting project. -# -# SPDX-License-Identifier: GPL-3.0-or-later -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# FILE INFORMATION -# DEFGROUP: MokoStandards.Joomla -# INGROUP: GitHub.Versioning.Branching -# REPO: https://github.com/mokoconsulting-tech/MokoStandards -# PATH: /.github/workflows/version_branch.yml -# VERSION: 01.00.00 -# BRIEF: Create a dev/ branch and align versions across governed files -# NOTE: Enterprise gates: required artifacts, namespace defense, deterministic reporting, control character guard - name: Create version branch and bump versions on: