The project was created with the purpose of keeping the releases always up to date, avoiding having loose commits in the repositories without being in any release/tag.
You can trigger the workflow directly from github or wait for it to run every day at midnight.
At the end of the repos.txt file it will be necessary to include the following information with PATH_GITHUB being part of the link to the repository:
https://[email protected]/{PATH_GITHUB}.git
You need to enter the following environment variables in the repository:
Name | Description |
---|---|
GH_TOKEN | Github token with access to all repositories in the organization. |
SLACK_TOKEN | Token with the authorization to send messages in the slack channel. |
CHANNEL | Channel where error messages will be sent. |