From 9c06178b30d156338b5ced8bd8bdbaec79982291 Mon Sep 17 00:00:00 2001 From: Damien Retzinger Date: Tue, 25 Mar 2025 09:36:21 -0400 Subject: [PATCH] feat!: replace mage-os/github-actions with graycoreio/github-actions-magento2 --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- CONTRIBUTING.md | 18 +++++++++--------- README.md | 8 ++++---- cache-magento/README.md | 2 +- coding-standard-baseline/README.md | 2 +- coding-standard/README.md | 2 +- coding-standard/action.yml | 4 ++-- fix-magento-install/README.md | 2 +- fix-magento-install/action.yml | 2 +- get-composer-version/README.md | 2 +- get-magento-version/README.md | 2 +- installation-test/README.md | 4 ++-- package-lock.json | 4 ++-- package.json | 8 ++++---- semver-compare/README.md | 2 +- setup-di-compile/README.md | 2 +- setup-di-compile/action.yml | 2 +- setup-magento/action.yml | 2 +- supported-version/README.md | 2 +- supported-version/package-lock.json | 4 ++-- supported-version/package.json | 2 +- unit-test/README.md | 2 +- 22 files changed, 40 insertions(+), 40 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index ad1716d..fe0d8cf 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,7 +1,7 @@ ## PR Checklist Please check if your PR fulfills the following requirements: -- [ ] The commit message follows our guidelines: https://github.com/mage-os/github-actions/blob/main/CONTRIBUTING.md#commit +- [ ] The commit message follows our guidelines: https://github.com/graycoreio/github-actions-magento2/blob/main/CONTRIBUTING.md#commit - [ ] Tests for the changes have been added (for bug fixes / features) - [ ] Docs have been added / updated (for bug fixes / features) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1f819a5..24039a4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,9 +16,9 @@ Help us keep "Github Actions for Magento 2" open and inclusive. Please read and ## Got a Question or Problem? -Do not open issues for general support questions as we want to keep GitHub issues for bug reports and feature requests. You've got much better chances of getting your question answered on [Discussions](https://github.com/mage-os/github-actions/discussions). +Do not open issues for general support questions as we want to keep GitHub issues for bug reports and feature requests. You've got much better chances of getting your question answered on [Discussions](https://github.com/graycoreio/github-actions-magento2/discussions). -To save your and our time, we will systematically close all issues that are requests for general support and redirect people to [Discussions](https://github.com/mage-os/github-actions/discussions). +To save your and our time, we will systematically close all issues that are requests for general support and redirect people to [Discussions](https://github.com/graycoreio/github-actions-magento2/discussions). ## Found a Bug? If you find a bug in the source code, you can help us by @@ -54,15 +54,15 @@ We will be insisting on a minimal reproduce scenario in order to save maintainer Unfortunately, we are not able to investigate / fix bugs without a minimal reproduction, so if we don't hear back from you we are going to close an issue that doesn't have enough info to be reproduced. -You can file new issues by filling out our [new issue form](https://github.com/mage-os/github-actions/issues/new/choose). +You can file new issues by filling out our [new issue form](https://github.com/graycoreio/github-actions-magento2/issues/new/choose). ### Submitting a Pull Request (PR) Before you submit your Pull Request (PR) consider the following guidelines: -1. Search [GitHub](https://github.com/mage-os/github-actions/pulls) for an open or closed PR +1. Search [GitHub](https://github.com/graycoreio/github-actions-magento2/pulls) for an open or closed PR that relates to your submission. You don't want to duplicate effort. -1. Fork the [mage-os/github-actions](https://github.com/mage-os/github-actions) repo. +1. Fork the [graycoreio/github-actions-magento2](https://github.com/graycoreio/github-actions-magento2) repo. 1. Make your changes in a new git branch: ```shell @@ -161,7 +161,7 @@ to read on GitHub as well as in various git tools. The footer should contain a [closing reference to an issue](https://help.github.com/articles/closing-issues-via-commit-messages/) if any. -Samples: (even more [samples](https://github.com/mage-os/github-actions/commits/main)) +Samples: (even more [samples](https://github.com/graycoreio/github-actions-magento2/commits/main)) ``` docs(changelog): update changelog to beta.5 @@ -217,7 +217,7 @@ reference GitHub issues that this commit **Closes**. A detailed explanation can be found in this [document][commit-message-format]. -[coc]: https://github.com/mage-os/github-actions/code-of-conduct/blob/main/CODE_OF_CONDUCT.md +[coc]: https://github.com/graycoreio/github-actions-magento2/code-of-conduct/blob/main/CODE_OF_CONDUCT.md [commit-message-format]: https://www.conventionalcommits.org/en/v1.0.0/ -[github]: https://github.com/mage-os/github-actions -[discussions]: https://github.com/mage-os/github-actions/discussions +[github]: https://github.com/graycoreio/github-actions-magento2 +[discussions]: https://github.com/graycoreio/github-actions-magento2/discussions diff --git a/README.md b/README.md index a46a297..6c4ca07 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,10 @@
-![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/mage-os/github-actions) -[![Unit Test](https://github.com/mage-os/github-actions/actions/workflows/_internal-unit.yaml/badge.svg)](https://github.com/mage-os/github-actions/actions/workflows/_internal-unit.yaml) -[![Integration Test](https://github.com/mage-os/github-actions/actions/workflows/_internal-integration.yaml/badge.svg)](https://github.com/mage-os/github-actions/actions/workflows/_internal-integration.yaml) -[![Installation Test](https://github.com/mage-os/github-actions/actions/workflows/_internal-install.yaml/badge.svg)](https://github.com/mage-os/github-actions/actions/workflows/_internal-install.yaml) +![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/graycoreio/github-actions-magento2) +[![Unit Test](https://github.com/graycoreio/github-actions-magento2/actions/workflows/_internal-unit.yaml/badge.svg)](https://github.com/graycoreio/github-actions-magento2/actions/workflows/_internal-unit.yaml) +[![Integration Test](https://github.com/graycoreio/github-actions-magento2/actions/workflows/_internal-integration.yaml/badge.svg)](https://github.com/graycoreio/github-actions-magento2/actions/workflows/_internal-integration.yaml) +[![Installation Test](https://github.com/graycoreio/github-actions-magento2/actions/workflows/_internal-install.yaml/badge.svg)](https://github.com/graycoreio/github-actions-magento2/actions/workflows/_internal-install.yaml)
diff --git a/cache-magento/README.md b/cache-magento/README.md index 0c04ede..ba944cd 100644 --- a/cache-magento/README.md +++ b/cache-magento/README.md @@ -30,7 +30,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: mage-os/github-actions/cache-magento@main + - uses: graycoreio/github-actions-magento2/cache-magento@main with: mode: 'store' id: cache-magento diff --git a/coding-standard-baseline/README.md b/coding-standard-baseline/README.md index 285a4a7..fcec893 100755 --- a/coding-standard-baseline/README.md +++ b/coding-standard-baseline/README.md @@ -31,7 +31,7 @@ jobs: coding-standard: runs-on: ubuntu-latest steps: - - uses: mage-os/github-actions/coding-standard-baseline@main + - uses: graycoreio/github-actions-magento2/coding-standard-baseline@main with: head_repo: "mage-os/mageos-magento2" head_ref: "main" diff --git a/coding-standard/README.md b/coding-standard/README.md index cb708ce..57e667d 100644 --- a/coding-standard/README.md +++ b/coding-standard/README.md @@ -23,7 +23,7 @@ jobs: coding-standard: runs-on: ubuntu-latest steps: - - uses: mage-os/github-actions/coding-standard@main + - uses: graycoreio/github-actions-magento2/coding-standard@main with: version: 25 # Optional, will use the latest if omitted. path: app/code # Optional, will be used when event is not a pull request. diff --git a/coding-standard/action.yml b/coding-standard/action.yml index 4d4a947..1777f62 100644 --- a/coding-standard/action.yml +++ b/coding-standard/action.yml @@ -63,11 +63,11 @@ runs: coverage: none - name: Get Composer Version - uses: mage-os/github-actions/get-composer-version@main + uses: graycoreio/github-actions-magento2/get-composer-version@main id: get-composer-version - name: Check if allow-plugins option is available for this version of composer - uses: mage-os/github-actions/semver-compare@main + uses: graycoreio/github-actions-magento2/semver-compare@main with: version: 2.2 compare_against: ${{ steps.get-composer-version.outputs.version }} diff --git a/fix-magento-install/README.md b/fix-magento-install/README.md index e9c113a..0b5f0a1 100644 --- a/fix-magento-install/README.md +++ b/fix-magento-install/README.md @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: mage-os/github-actions/fix-magento-install@main + - uses: graycoreio/github-actions-magento2/fix-magento-install@main with: magento_directory: path/to/magento ``` diff --git a/fix-magento-install/action.yml b/fix-magento-install/action.yml index 372c493..317ad2a 100644 --- a/fix-magento-install/action.yml +++ b/fix-magento-install/action.yml @@ -9,7 +9,7 @@ inputs: runs: using: "composite" steps: - - uses: mage-os/github-actions/get-magento-version@main + - uses: graycoreio/github-actions-magento2/get-magento-version@main id: init-magento-get-magento-version with: working-directory: ${{ inputs.magento_directory }} diff --git a/get-composer-version/README.md b/get-composer-version/README.md index db76645..a117e3f 100644 --- a/get-composer-version/README.md +++ b/get-composer-version/README.md @@ -25,7 +25,7 @@ jobs: name: A job to compute an installed Composer version. steps: - uses: actions/checkout@v3 - - uses: mage-os/github-actions/get-composer-version@main + - uses: graycoreio/github-actions-magento2/get-composer-version@main id: get-composer-version - run: echo version ${{ steps.get-composer-version.outputs.version }} shell: bash diff --git a/get-magento-version/README.md b/get-magento-version/README.md index 2c8bc29..b8adc8d 100644 --- a/get-magento-version/README.md +++ b/get-magento-version/README.md @@ -25,7 +25,7 @@ jobs: name: A job to compute an installed Magento version. steps: - uses: actions/checkout@v3 - - uses: mage-os/github-actions/get-magento-version@main + - uses: graycoreio/github-actions-magento2/get-magento-version@main id: get-magento-version - run: echo version ${{ steps.get-magento-version.outputs.version }} shell: bash diff --git a/installation-test/README.md b/installation-test/README.md index cbed41f..dd95d61 100644 --- a/installation-test/README.md +++ b/installation-test/README.md @@ -26,7 +26,7 @@ jobs: matrix: ${{ steps.supported-version.outputs.matrix }} steps: - uses: actions/checkout@v2 - - uses: mage-os/github-actions/supported-version@main + - uses: graycoreio/github-actions-magento2/supported-version@main id: supported-version - run: echo ${{ steps.supported-version.outputs.matrix }} @@ -37,7 +37,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: mage-os/github-actions/installation-test@main + - uses: graycoreio/github-actions-magento2/installation-test@main with: composer_version: ${{ matrix.composer }} php_version: ${{ matrix.php }} diff --git a/package-lock.json b/package-lock.json index b3a6a79..007bb5b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "@mage-os/github-actions", + "name": "@graycoreio/github-actions-magento2", "version": "1.6.0", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "@mage-os/github-actions", + "name": "@graycoreio/github-actions-magento2", "version": "1.6.0", "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 0ae1f0f..8ad134f 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@mage-os/github-actions", + "name": "@graycoreio/github-actions-magento2", "version": "1.6.0", "description": "Github Actions for Magento 2", "scripts": { @@ -9,14 +9,14 @@ "private": true, "repository": { "type": "git", - "url": "git+https://github.com/mage-os/github-actions.git" + "url": "git+https://github.com/graycoreio/github-actions-magento2.git" }, "author": "", "license": "MIT", "bugs": { - "url": "https://github.com/mage-os/github-actions/issues" + "url": "https://github.com/graycoreio/github-actions-magento2/issues" }, - "homepage": "https://github.com/mage-os/github-actions#readme", + "homepage": "https://github.com/graycoreio/github-actions-magento2#readme", "dependencies": { "@actions/core": "^1.10.0" }, diff --git a/semver-compare/README.md b/semver-compare/README.md index 23d6ab8..b8cbb97 100644 --- a/semver-compare/README.md +++ b/semver-compare/README.md @@ -31,7 +31,7 @@ jobs: name: A job to semantically compare two versions steps: - uses: actions/checkout@v3 - - uses: mage-os/github-actions/semver-compare@main + - uses: graycoreio/github-actions-magento2/semver-compare@main with: version: 2.1.0 compare_against: 2.2.3 diff --git a/setup-di-compile/README.md b/setup-di-compile/README.md index acf03ba..d40c819 100644 --- a/setup-di-compile/README.md +++ b/setup-di-compile/README.md @@ -22,7 +22,7 @@ jobs: setup-di-compile: runs-on: ubuntu-latest steps: - - uses: mage-os/github-actions/setup-di-compile@main + - uses: graycoreio/github-actions-magento2/setup-di-compile@main with: php_version: "8.3" composer_version: "2" diff --git a/setup-di-compile/action.yml b/setup-di-compile/action.yml index fb04052..a2a85f0 100644 --- a/setup-di-compile/action.yml +++ b/setup-di-compile/action.yml @@ -38,7 +38,7 @@ runs: tools: composer:v${{ inputs.composer_version }} coverage: none - - uses: mage-os/github-actions/cache-magento@main + - uses: graycoreio/github-actions-magento2/cache-magento@main with: mode: 'store' diff --git a/setup-magento/action.yml b/setup-magento/action.yml index f6cf9d6..89d8fd7 100644 --- a/setup-magento/action.yml +++ b/setup-magento/action.yml @@ -84,7 +84,7 @@ runs: name: Create Magento ${{ inputs.magento_version }} Project if: inputs.mode == 'extension' - - uses: mage-os/github-actions/fix-magento-install@main + - uses: graycoreio/github-actions-magento2/fix-magento-install@main name: Fix Magento Out of Box Install Issues with: magento_directory: ${{ steps.setup-magento-compute-directory.outputs.MAGENTO_DIRECTORY }} diff --git a/supported-version/README.md b/supported-version/README.md index d607dad..b172c24 100644 --- a/supported-version/README.md +++ b/supported-version/README.md @@ -47,7 +47,7 @@ jobs: outputs: matrix: ${{ steps.supported-version.outputs.matrix }} steps: - - uses: mage-os/github-actions/supported-version@main + - uses: graycoreio/github-actions-magento2/supported-version@main id: supported-version - run: echo ${{ steps.supported-version.outputs.matrix }} ``` diff --git a/supported-version/package-lock.json b/supported-version/package-lock.json index 4b507ce..5303f30 100644 --- a/supported-version/package-lock.json +++ b/supported-version/package-lock.json @@ -1,11 +1,11 @@ { - "name": "@mage-os/github-actions-supported-version", + "name": "@graycoreio/github-actions-magento2-supported-version", "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "@mage-os/github-actions-supported-version", + "name": "@graycoreio/github-actions-magento2-supported-version", "version": "1.0.0", "license": "MIT", "dependencies": { diff --git a/supported-version/package.json b/supported-version/package.json index 23ee3d4..8723259 100644 --- a/supported-version/package.json +++ b/supported-version/package.json @@ -1,5 +1,5 @@ { - "name": "@mage-os/github-actions-supported-version", + "name": "@graycoreio/github-actions-magento2-supported-version", "version": "1.0.0", "description": "A Github Action that computes the currently supported Github Actions Matrix for Magento 2 Versions", "main": "index.js", diff --git a/unit-test/README.md b/unit-test/README.md index 5f9c911..5459ab7 100644 --- a/unit-test/README.md +++ b/unit-test/README.md @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: mage-os/github-actions/unit-test@main + - uses: graycoreio/github-actions-magento2/unit-test@main with: php_version: ${{ matrix.php_version }} composer_auth: ${{ secrets.COMPOSER_AUTH }}