Skip to content

Commit 3930cfb

Browse files
committed
feat: replace mage-os/github-actions with graycoreio/github-actions-magento2
1 parent 4473f7e commit 3930cfb

File tree

22 files changed

+40
-40
lines changed

22 files changed

+40
-40
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## PR Checklist
22
Please check if your PR fulfills the following requirements:
33

4-
- [ ] The commit message follows our guidelines: https://github.com/mage-os/github-actions/blob/main/CONTRIBUTING.md#commit
4+
- [ ] The commit message follows our guidelines: https://github.com/graycoreio/github-actions-magento2/blob/main/CONTRIBUTING.md#commit
55
- [ ] Tests for the changes have been added (for bug fixes / features)
66
- [ ] Docs have been added / updated (for bug fixes / features)
77

CONTRIBUTING.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ Help us keep "Github Actions for Magento 2" open and inclusive. Please read and
1616

1717
## <a name="question"></a> Got a Question or Problem?
1818

19-
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).
19+
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).
2020

21-
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).
21+
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).
2222

2323
## <a name="issue"></a> Found a Bug?
2424
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
5454

5555
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.
5656

57-
You can file new issues by filling out our [new issue form](https://github.com/mage-os/github-actions/issues/new/choose).
57+
You can file new issues by filling out our [new issue form](https://github.com/graycoreio/github-actions-magento2/issues/new/choose).
5858

5959

6060
### <a name="submit-pr"></a> Submitting a Pull Request (PR)
6161
Before you submit your Pull Request (PR) consider the following guidelines:
6262

63-
1. Search [GitHub](https://github.com/mage-os/github-actions/pulls) for an open or closed PR
63+
1. Search [GitHub](https://github.com/graycoreio/github-actions-magento2/pulls) for an open or closed PR
6464
that relates to your submission. You don't want to duplicate effort.
65-
1. Fork the [mage-os/github-actions](https://github.com/mage-os/github-actions) repo.
65+
1. Fork the [graycoreio/github-actions-magento2](https://github.com/graycoreio/github-actions-magento2) repo.
6666
1. Make your changes in a new git branch:
6767

6868
```shell
@@ -161,7 +161,7 @@ to read on GitHub as well as in various git tools.
161161
162162
The footer should contain a [closing reference to an issue](https://help.github.com/articles/closing-issues-via-commit-messages/) if any.
163163
164-
Samples: (even more [samples](https://github.com/mage-os/github-actions/commits/main))
164+
Samples: (even more [samples](https://github.com/graycoreio/github-actions-magento2/commits/main))
165165
166166
```
167167
docs(changelog): update changelog to beta.5
@@ -217,7 +217,7 @@ reference GitHub issues that this commit **Closes**.
217217
A detailed explanation can be found in this [document][commit-message-format].
218218

219219

220-
[coc]: https://github.com/mage-os/github-actions/code-of-conduct/blob/main/CODE_OF_CONDUCT.md
220+
[coc]: https://github.com/graycoreio/github-actions-magento2/code-of-conduct/blob/main/CODE_OF_CONDUCT.md
221221
[commit-message-format]: https://www.conventionalcommits.org/en/v1.0.0/
222-
[github]: https://github.com/mage-os/github-actions
223-
[discussions]: https://github.com/mage-os/github-actions/discussions
222+
[github]: https://github.com/graycoreio/github-actions-magento2
223+
[discussions]: https://github.com/graycoreio/github-actions-magento2/discussions

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
<div align="center">
44

5-
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/mage-os/github-actions)
6-
[![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)
7-
[![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)
8-
[![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)
5+
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/graycoreio/github-actions-magento2)
6+
[![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)
7+
[![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)
8+
[![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)
99

1010
</div>
1111

cache-magento/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ubuntu-latest
3131
steps:
3232
- uses: actions/checkout@v3
33-
- uses: mage-os/github-actions/cache-magento@main
33+
- uses: graycoreio/github-actions-magento2/cache-magento@main
3434
with:
3535
mode: 'store'
3636
id: cache-magento

coding-standard-baseline/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
coding-standard:
3232
runs-on: ubuntu-latest
3333
steps:
34-
- uses: mage-os/github-actions/coding-standard-baseline@main
34+
- uses: graycoreio/github-actions-magento2/coding-standard-baseline@main
3535
with:
3636
head_repo: "mage-os/mageos-magento2"
3737
head_ref: "main"

coding-standard/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
coding-standard:
2424
runs-on: ubuntu-latest
2525
steps:
26-
- uses: mage-os/github-actions/coding-standard@main
26+
- uses: graycoreio/github-actions-magento2/coding-standard@main
2727
with:
2828
version: 25 # Optional, will use the latest if omitted.
2929
path: app/code # Optional, will be used when event is not a pull request.

coding-standard/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ runs:
6363
coverage: none
6464

6565
- name: Get Composer Version
66-
uses: mage-os/github-actions/get-composer-version@main
66+
uses: graycoreio/github-actions-magento2/get-composer-version@main
6767
id: get-composer-version
6868

6969
- name: Check if allow-plugins option is available for this version of composer
70-
uses: mage-os/github-actions/semver-compare@main
70+
uses: graycoreio/github-actions-magento2/semver-compare@main
7171
with:
7272
version: 2.2
7373
compare_against: ${{ steps.get-composer-version.outputs.version }}

fix-magento-install/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- uses: actions/checkout@v3
29-
- uses: mage-os/github-actions/fix-magento-install@main
29+
- uses: graycoreio/github-actions-magento2/fix-magento-install@main
3030
with:
3131
magento_directory: path/to/magento
3232
```

fix-magento-install/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ inputs:
99
runs:
1010
using: "composite"
1111
steps:
12-
- uses: mage-os/github-actions/get-magento-version@main
12+
- uses: graycoreio/github-actions-magento2/get-magento-version@main
1313
id: init-magento-get-magento-version
1414
with:
1515
working-directory: ${{ inputs.magento_directory }}

get-composer-version/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
name: A job to compute an installed Composer version.
2626
steps:
2727
- uses: actions/checkout@v3
28-
- uses: mage-os/github-actions/get-composer-version@main
28+
- uses: graycoreio/github-actions-magento2/get-composer-version@main
2929
id: get-composer-version
3030
- run: echo version ${{ steps.get-composer-version.outputs.version }}
3131
shell: bash

get-magento-version/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
name: A job to compute an installed Magento version.
2626
steps:
2727
- uses: actions/checkout@v3
28-
- uses: mage-os/github-actions/get-magento-version@main
28+
- uses: graycoreio/github-actions-magento2/get-magento-version@main
2929
id: get-magento-version
3030
- run: echo version ${{ steps.get-magento-version.outputs.version }}
3131
shell: bash

installation-test/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
matrix: ${{ steps.supported-version.outputs.matrix }}
2727
steps:
2828
- uses: actions/checkout@v2
29-
- uses: mage-os/github-actions/supported-version@main
29+
- uses: graycoreio/github-actions-magento2/supported-version@main
3030
id: supported-version
3131
- run: echo ${{ steps.supported-version.outputs.matrix }}
3232

@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ubuntu-latest
3838
steps:
3939
- uses: actions/checkout@v2
40-
- uses: mage-os/github-actions/installation-test@main
40+
- uses: graycoreio/github-actions-magento2/installation-test@main
4141
with:
4242
composer_version: ${{ matrix.composer }}
4343
php_version: ${{ matrix.php }}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@mage-os/github-actions",
2+
"name": "@graycoreio/github-actions-magento2",
33
"version": "1.6.0",
44
"description": "Github Actions for Magento 2",
55
"scripts": {
@@ -9,14 +9,14 @@
99
"private": true,
1010
"repository": {
1111
"type": "git",
12-
"url": "git+https://github.com/mage-os/github-actions.git"
12+
"url": "git+https://github.com/graycoreio/github-actions-magento2.git"
1313
},
1414
"author": "",
1515
"license": "MIT",
1616
"bugs": {
17-
"url": "https://github.com/mage-os/github-actions/issues"
17+
"url": "https://github.com/graycoreio/github-actions-magento2/issues"
1818
},
19-
"homepage": "https://github.com/mage-os/github-actions#readme",
19+
"homepage": "https://github.com/graycoreio/github-actions-magento2#readme",
2020
"dependencies": {
2121
"@actions/core": "^1.10.0"
2222
},

semver-compare/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
name: A job to semantically compare two versions
3232
steps:
3333
- uses: actions/checkout@v3
34-
- uses: mage-os/github-actions/semver-compare@main
34+
- uses: graycoreio/github-actions-magento2/semver-compare@main
3535
with:
3636
version: 2.1.0
3737
compare_against: 2.2.3

setup-di-compile/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
setup-di-compile:
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: mage-os/github-actions/setup-di-compile@main
25+
- uses: graycoreio/github-actions-magento2/setup-di-compile@main
2626
with:
2727
php_version: "8.3"
2828
composer_version: "2"

setup-di-compile/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ runs:
3838
tools: composer:v${{ inputs.composer_version }}
3939
coverage: none
4040

41-
- uses: mage-os/github-actions/cache-magento@main
41+
- uses: graycoreio/github-actions-magento2/cache-magento@main
4242
with:
4343
mode: 'store'
4444

setup-magento/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ runs:
8484
name: Create Magento ${{ inputs.magento_version }} Project
8585
if: inputs.mode == 'extension'
8686

87-
- uses: mage-os/github-actions/fix-magento-install@main
87+
- uses: graycoreio/github-actions-magento2/fix-magento-install@main
8888
name: Fix Magento Out of Box Install Issues
8989
with:
9090
magento_directory: ${{ steps.setup-magento-compute-directory.outputs.MAGENTO_DIRECTORY }}

supported-version/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
outputs:
4848
matrix: ${{ steps.supported-version.outputs.matrix }}
4949
steps:
50-
- uses: mage-os/github-actions/supported-version@main
50+
- uses: graycoreio/github-actions-magento2/supported-version@main
5151
id: supported-version
5252
- run: echo ${{ steps.supported-version.outputs.matrix }}
5353
```

supported-version/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

supported-version/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@mage-os/github-actions-supported-version",
2+
"name": "@graycoreio/github-actions-magento2-supported-version",
33
"version": "1.0.0",
44
"description": "A Github Action that computes the currently supported Github Actions Matrix for Magento 2 Versions",
55
"main": "index.js",

unit-test/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
steps:
3131
- uses: actions/checkout@v2
32-
- uses: mage-os/github-actions/unit-test@main
32+
- uses: graycoreio/github-actions-magento2/unit-test@main
3333
with:
3434
php_version: ${{ matrix.php_version }}
3535
composer_auth: ${{ secrets.COMPOSER_AUTH }}

0 commit comments

Comments
 (0)