Find a file
2024-11-06 10:10:26 +09:00
.github/workflows PR: troubleshooting the PR not being created 2024-11-06 10:10:26 +09:00
automation_tools Flatpak is not buildable in docker 2024-11-05 21:30:39 +09:00
workflow_templates Updated workflow templates 2024-11-05 15:27:09 +09:00
.gitignore Repo shaping 2024-11-05 11:36:57 +09:00
README.md Updated workflow templates 2024-11-05 15:27:09 +09: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
    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!

  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.