{"id":26064626,"url":"https://github.com/mage-os/github-actions","last_synced_at":"2025-08-27T22:25:13.612Z","repository":{"id":284377323,"uuid":"626476889","full_name":"mage-os/github-actions","owner":"mage-os","description":"Mage-OS GitHub Actions for the distribution repositories.","archived":false,"fork":false,"pushed_at":"2025-08-13T16:44:03.000Z","size":1016,"stargazers_count":13,"open_issues_count":33,"forks_count":11,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-08-19T06:49:18.899Z","etag":null,"topics":["actions","adobecommerce","ci","devops","ecommerce","github-actions","hacktoberfest","mage-os","magento2","qa"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mage-os.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":"supported-services-matrix-calculator/action.yml","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-04-11T14:44:05.000Z","updated_at":"2025-08-13T16:44:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"19c78ab0-8347-4022-a0d4-76a5e7bc079a","html_url":"https://github.com/mage-os/github-actions","commit_stats":null,"previous_names":["mage-os/github-actions"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/mage-os/github-actions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mage-os%2Fgithub-actions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mage-os%2Fgithub-actions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mage-os%2Fgithub-actions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mage-os%2Fgithub-actions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mage-os","download_url":"https://codeload.github.com/mage-os/github-actions/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mage-os%2Fgithub-actions/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272389014,"owners_count":24926179,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-27T02:00:09.397Z","response_time":76,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["actions","adobecommerce","ci","devops","ecommerce","github-actions","hacktoberfest","mage-os","magento2","qa"],"created_at":"2025-03-08T18:41:51.461Z","updated_at":"2025-08-27T22:25:13.564Z","avatar_url":"https://github.com/mage-os.png","language":"TypeScript","readme":"# Magento 2 GitHub Actions\n\n\u003cdiv align=\"center\"\u003e\n\n![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/mage-os/github-actions)\n[![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)\n[![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)\n[![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)\n\n\u003c/div\u003e\n\nOpinionated Github Actions and Workflows to make building, testing, and maintaining Magento 2 Modules easier.\n\n* [README if you are new to Github Actions.](https://docs.github.com/en/actions/learn-github-actions/understanding-github-actions#the-components-of-github-actions)\n* [What is a workflow?](https://docs.github.com/en/actions/learn-github-actions/understanding-github-actions#workflows)\n* [What is an action?](https://docs.github.com/en/actions/learn-github-actions/understanding-github-actions#actions)\n\n## Workflows\n\n| Workflow Name                                                 | Description                                                            |\n| ------------------------------------------------------------- | ---------------------------------------------------------------------- |\n| [Integration Test](./.github/workflows/integration-README.md) | A Github Workflow that runs the Integration Tests of a Magento Package |\n\n## Actions\n\n| Action Name                                            | Description                                                                               |\n| ------------------------------------------------------ | ----------------------------------------------------------------------------------------- |\n| [Unit Test](./unit-test/README.md)                     | A Github Action that runs the Unit Tests a Magento Package                                |\n| [Fix Magento Install](./fix-magento-install/README.md) | A Github Action that fixes Magento before `composer install`                              |\n| [Cache Magento](./cache-magento/README.md)             | A Github Action that creates a composer cache for a Magento extension or store.           |\n| [Setup Magento](./setup-magento/README.md)             | A Github Action that sets up Magento before `composer install` for an extension or store. |\n| [Get Magento Version](./get-magento-version/README.md) | A Github Action that computes the installed Magento version.                              |\n| [Installation Test](./installation-test/README.md)     | A Github Action that tests the installability of a Magento Package                        |\n| [Semver Compare](./semver-compare/README.md)           | A Github Action that semantically compares two versions                                   |\n| [Supported Version](./supported-version/README.md)     | A Github Action that computes the currently supported Github Actions Matrix for Magento 2 |\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmage-os%2Fgithub-actions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmage-os%2Fgithub-actions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmage-os%2Fgithub-actions/lists"}