From c9ba23c4ca84ef77c6084d802fc392a6bd7b88bc Mon Sep 17 00:00:00 2001 From: lotyp Date: Fri, 26 Apr 2024 18:13:16 +0300 Subject: [PATCH 1/3] docs: readme updates --- README.md | 31 +++++++++---------- .../composer/get-cache-directory/README.md | 13 ++++---- actions/composer/get-root-version/README.md | 13 ++++---- actions/composer/install/README.md | 13 ++++---- actions/phive/install/README.md | 11 +++---- 5 files changed, 38 insertions(+), 43 deletions(-) diff --git a/README.md b/README.md index c367a6c..10abe46 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,18 @@
+
CycleORM Logo +
+
-
- -
-
-[![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fwayofdev%2Fgh-actions%2Fbadge&style=flat-square)](https://github.com/cycle/gh-actions/actions) +[![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fcycle%2Fgh-actions%2Fbadge&style=flat-square)](https://github.com/cycle/gh-actions/actions) [![Software License](https://img.shields.io/github/license/cycle/gh-actions.svg?style=flat-square&color=blue)](LICENSE.md) [![Commits since latest release](https://img.shields.io/github/commits-since/cycle/gh-actions/latest?style=flat-square)](https://github.com/cycle/gh-actions) [![Discord](https://img.shields.io/discord/538114875570913290?style=flat-square&logo=discord&labelColor=7289d9&logoColor=white&color=39456d)](https://discord.gg/spiralphp) @@ -23,9 +22,9 @@ # Shared GitHub Actions -This repository is a collection of [reusable workflows](https://docs.github.com/en/actions/using-workflows/reusing-workflows) and [composite actions](https://docs.github.com/en/actions/creating-actions/creating-a-composite-action), specifically designed for use in [wayofdev](https://github.com/wayofdev) projects. +This repository is a collection of [reusable workflows](https://docs.github.com/en/actions/using-workflows/reusing-workflows) and [composite actions](https://docs.github.com/en/actions/creating-actions/creating-a-composite-action), specifically designed for use in [cycle](https://github.com/cycle) projects. -These tools encapsulate common and repetitive tasks, allowing for easy integration into multiple projects. This approach not only reduces the need to rewrite code but also ensures standardized operations across all Wayofdev repositories. +These tools encapsulate common and repetitive tasks, allowing for easy integration into multiple projects. This approach not only reduces the need to rewrite code but also ensures standardized operations across all Cycle repositories.
@@ -269,12 +268,6 @@ Real-world examples can be found in the [`wayofdev/laravel-package-tpl`](https:/
-## 🤝 License - -[![Licence](https://img.shields.io/github/license/cycle/gh-actions?style=for-the-badge&color=blue)](./LICENSE.md) - -
- ## 🔒 Security Policy This project has a [security policy](.github/SECURITY.md). @@ -283,7 +276,7 @@ This project has a [security policy](.github/SECURITY.md). ## 🙌 Want to Contribute? -Thank you for considering contributing to the wayofdev community! We are open to all kinds of contributions. If you want to: +Thank you for considering contributing to the cycle community! We are open to all kinds of contributions. If you want to: - 🤔 [Suggest a feature](https://github.com/cycle/gh-actions/issues/new?assignees=&labels=type%3A+enhancement&projects=&template=2-feature-request.yml&title=%5BFeature%5D%3A+) - 🐛 [Report an issue](https://github.com/cycle/gh-actions/issues/new?assignees=&labels=type%3A+documentation%2Ctype%3A+maintenance&projects=&template=1-bug-report.yml&title=%5BBug%5D%3A+) @@ -301,6 +294,12 @@ You are more than welcome. Before contributing, kindly check our [contribution g
+## 🫡 Contributors + +Contributors Badge + +
+ ## 🧱 Useful Resources - [Composite Actions vs Reusable Workflows: what is the difference?](https://dev.to/n3wt0n/composite-actions-vs-reusable-workflows-what-is-the-difference-github-actions-11kd) @@ -313,8 +312,8 @@ You are more than welcome. Before contributing, kindly check our [contribution g
-## 🫡 Contributors +## 🤝 License -Contributors Badge +[![Licence](https://img.shields.io/github/license/cycle/gh-actions?style=for-the-badge&color=blue)](./LICENSE.md)
diff --git a/actions/composer/get-cache-directory/README.md b/actions/composer/get-cache-directory/README.md index 3b6fc2b..e2afe0a 100644 --- a/actions/composer/get-cache-directory/README.md +++ b/actions/composer/get-cache-directory/README.md @@ -1,23 +1,22 @@
+
CycleORM Logo +
+
-
- -
-
-[![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fwayofdev%2Fgh-actions%2Fbadge&style=flat-square)](https://github.com/cycle/gh-actions/actions) -[![Software License](https://img.shields.io/github/license/cycle/gh-actions.svg?style=flat-square&color=blue)](LICENSE.md) +[![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fcycle%2Fgh-actions%2Fbadge&style=flat-square)](https://github.com/cycle/gh-actions/actions) +[![Software License](https://img.shields.io/github/license/cycle/gh-actions.svg?style=flat-square&color=blue)](/LICENSE.md) [![Commits since latest release](https://img.shields.io/github/commits-since/cycle/gh-actions/latest?style=flat-square)](https://github.com/cycle/gh-actions) [![Discord](https://img.shields.io/discord/538114875570913290?style=flat-square&logo=discord&labelColor=7289d9&logoColor=white&color=39456d)](https://discord.gg/spiralphp) -[![Twitter](https://img.shields.io/badge/-Twitter-black?style=flat-square&logo=X)](https://twitter.com/intent/follow?screen_name=SpiralPHP) +[![Twitter](https://img.shields.io/badge/-Follow-black?style=flat-square&logo=X)](https://x.com/intent/follow?screen_name=SpiralPHP)
diff --git a/actions/composer/get-root-version/README.md b/actions/composer/get-root-version/README.md index b2be5e8..9a72625 100644 --- a/actions/composer/get-root-version/README.md +++ b/actions/composer/get-root-version/README.md @@ -1,23 +1,22 @@
+
CycleORM Logo +
+
-
- -
-
-[![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fwayofdev%2Fgh-actions%2Fbadge&style=flat-square)](https://github.com/cycle/gh-actions/actions) -[![Software License](https://img.shields.io/github/license/cycle/gh-actions.svg?style=flat-square&color=blue)](LICENSE.md) +[![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fcycle%2Fgh-actions%2Fbadge&style=flat-square)](https://github.com/cycle/gh-actions/actions) +[![Software License](https://img.shields.io/github/license/cycle/gh-actions.svg?style=flat-square&color=blue)](/LICENSE.md) [![Commits since latest release](https://img.shields.io/github/commits-since/cycle/gh-actions/latest?style=flat-square)](https://github.com/cycle/gh-actions) [![Discord](https://img.shields.io/discord/538114875570913290?style=flat-square&logo=discord&labelColor=7289d9&logoColor=white&color=39456d)](https://discord.gg/spiralphp) -[![Twitter](https://img.shields.io/badge/-Twitter-black?style=flat-square&logo=X)](https://twitter.com/intent/follow?screen_name=SpiralPHP) +[![Twitter](https://img.shields.io/badge/-Follow-black?style=flat-square&logo=X)](https://x.com/intent/follow?screen_name=SpiralPHP)
diff --git a/actions/composer/install/README.md b/actions/composer/install/README.md index 9cc4fb5..05aaad9 100644 --- a/actions/composer/install/README.md +++ b/actions/composer/install/README.md @@ -1,23 +1,22 @@
+
CycleORM Logo +
+
-
- -
-
-[![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fwayofdev%2Fgh-actions%2Fbadge&style=flat-square)](https://github.com/cycle/gh-actions/actions) -[![Software License](https://img.shields.io/github/license/cycle/gh-actions.svg?style=flat-square&color=blue)](LICENSE.md) +[![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fcycle%2Fgh-actions%2Fbadge&style=flat-square)](https://github.com/cycle/gh-actions/actions) +[![Software License](https://img.shields.io/github/license/cycle/gh-actions.svg?style=flat-square&color=blue)](/LICENSE.md) [![Commits since latest release](https://img.shields.io/github/commits-since/cycle/gh-actions/latest?style=flat-square)](https://github.com/cycle/gh-actions) [![Discord](https://img.shields.io/discord/538114875570913290?style=flat-square&logo=discord&labelColor=7289d9&logoColor=white&color=39456d)](https://discord.gg/spiralphp) -[![Twitter](https://img.shields.io/badge/-Twitter-black?style=flat-square&logo=X)](https://twitter.com/intent/follow?screen_name=SpiralPHP) +[![Twitter](https://img.shields.io/badge/-Follow-black?style=flat-square&logo=X)](https://x.com/intent/follow?screen_name=SpiralPHP)
diff --git a/actions/phive/install/README.md b/actions/phive/install/README.md index ab78cf4..0eb885e 100644 --- a/actions/phive/install/README.md +++ b/actions/phive/install/README.md @@ -1,20 +1,19 @@
+
CycleORM Logo +
+
-
- -
-
-[![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fwayofdev%2Fgh-actions%2Fbadge&style=flat-square)](https://github.com/cycle/gh-actions/actions) -[![Software License](https://img.shields.io/github/license/cycle/gh-actions.svg?style=flat-square&color=blue)](LICENSE.md) +[![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fcycle%2Fgh-actions%2Fbadge&style=flat-square)](https://github.com/cycle/gh-actions/actions) +[![Software License](https://img.shields.io/github/license/cycle/gh-actions.svg?style=flat-square&color=blue)](/LICENSE.md) [![Commits since latest release](https://img.shields.io/github/commits-since/cycle/gh-actions/latest?style=flat-square)](https://github.com/cycle/gh-actions) [![Discord](https://img.shields.io/discord/538114875570913290?style=flat-square&logo=discord&labelColor=7289d9&logoColor=white&color=39456d)](https://discord.gg/spiralphp) [![Twitter](https://img.shields.io/badge/-Follow-black?style=flat-square&logo=X)](https://x.com/intent/follow?screen_name=SpiralPHP) From fd0bd630598ff1c25eacc4f50a3de024ce772465 Mon Sep 17 00:00:00 2001 From: lotyp Date: Fri, 26 Apr 2024 18:17:30 +0300 Subject: [PATCH 2/3] chore: update CODEOWNERS --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 5472ad3..a3599d7 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,3 +1,3 @@ # https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners -* @lotyp @roxblnfk +* @cycle/core-contributors @cycle/infrastructure From 1dd3a792a1043a9af2d0b13c2b9117f2ac1222e9 Mon Sep 17 00:00:00 2001 From: lotyp Date: Fri, 26 Apr 2024 18:18:42 +0300 Subject: [PATCH 3/3] docs: add conventional-commits badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 10abe46..1e18436 100644 --- a/README.md +++ b/README.md @@ -285,6 +285,8 @@ Thank you for considering contributing to the cycle community! We are open to al You are more than welcome. Before contributing, kindly check our [contribution guidelines](.github/CONTRIBUTING.md). +[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg?style=for-the-badge)](https://conventionalcommits.org) +
## 🌐 Social Links