components-template/README.md

12 lines
687 B
Markdown
Raw Normal View History

2024-11-05 02:36:57 +00:00
# RetroDECK Components Template
This repository serves as a library for storing common automation workflows and essential files needed when adding new external modules or repositories.
## How to Use This Repository
1. **Copy Workflow Templates**
2024-11-05 06:27:09 +00:00
Copy the contents of the `workflow-templates` directory into the `.github/workflows` directory of the repository you want to automate. Edit any necessary variables to customize the workflows to your needs. (details TBD).
**NOTE:** manifest name is mandatory!
2024-11-05 02:36:57 +00:00
2. **Copy Common Files**
Copy files such as `.gitignore` into the root directory of the target repository to ensure consistency in configuration and file management.