Purpose
Now the recent decision to hard fork the ichiban/prolog repository (refer to PR #11 and PR #9) is complete, we can apply our CI practices to ensure robust automation and streamline the development process of this repository.
Workflows to consider
(non exhaustive)
Additional Notes:
Purpose
Now the recent decision to hard fork the ichiban/prolog repository (refer to PR #11 and PR #9) is complete, we can apply our CI practices to ensure robust automation and streamline the development process of this repository.
Workflows to consider
(non exhaustive)
add-to-project.yml: Automatically adds new issues or pull requests to the project board.auto-merge.yml: Automatically merges Dependabot pull requests when they pass all checks.build.ymlfollow-contributor.yml: Automatically follows contributors who have made contributions.lint.ymlnotify-release.yml: notify-discord: Sends notifications to our Discord server upon a new release.release.ymltest.ymlthank.yml: Sends thank-you messages to contributors after their contributions are merged.Additional Notes: