You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.yml
build-go: Compiles the Go components of the project.
follow-contributor.yml: Automatically follows contributors who have made contributions.
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.yml
follow-contributor.yml
: Automatically follows contributors who have made contributions.lint.yml
notify-release.yml
: notify-discord: Sends notifications to our Discord server upon a new release.release.yml
test.yml
thank.yml
: Sends thank-you messages to contributors after their contributions are merged.Additional Notes:
The text was updated successfully, but these errors were encountered: