Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* [email protected]
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue

CODEOWNERS entry uses an e-mail address; GitHub will ignore it

GitHub only recognises usernames (@username) or team slugs (@org/team) in CODEOWNERS.
[email protected] will silently be treated as plain text and no code-owner will be assigned.

-* [email protected]
+* @km          # replace with the correct GitHub username or team
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
* [email protected]
* @km # replace with the correct GitHub username or team
🤖 Prompt for AI Agents
In the CODEOWNERS file at line 1, replace the email address
"[email protected]" with the correct GitHub username or team slug format, such
as "@username" or "@org/team", to ensure GitHub properly assigns the code owner.

6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@
# Deployer Tools

[![CGL](https://img.shields.io/github/actions/workflow/status/move-elevator/deployer-tools/cgl.yml?label=cgl&logo=github)](https://github.com/move-elevator/deployer-tools/actions/workflows/cgl.yml)
[![Supported PHP Versions](https://img.shields.io/packagist/dependency-v/move-elevator/deployer-tools/php?logo=php)](https://packagist.org/packages/move-elevator/deployer-tools)
[![License](https://img.shields.io/github/license/move-elevator/deployer-tools)](LICENSE.md)

</div>

> The Deployer Tools combine multiple [deployer](https://deployer.org/) recipes for an improved deployment process and workflow.

This recipes are mainly used in [move:elevator](https://www.move-elevator.de/) projects. It is not meant to be used anywhere else.

- [Installation](#installation)
- [Feature Branch Deployment](#feature-branch-deployment)
- [Symfony](#symfony)
Expand Down Expand Up @@ -62,7 +64,7 @@ Read the [documentation](docs/TYPO3.md) for detailed installation instructions a
- [Debug helper](docs/DEBUG.md)


## ©️ Credits
## 💛 Acknowledgements

This project is a fork and further development of the [XIMA Deployer Tools](https://github.com/xima-media/xima-deployer-tools).

Expand Down