Homepage · DataRobot Documentation · Support
A collection of github actions tools for use in open source projects.
Copy example workflows from the examples directory to your .github/workflows folder in your repo. You can bump the @VERSION field to upgrade
to new revisions. The examples should be drop in and go. You make need to add the appropriate SECRET keys to your repo such as:
SLACK_WEBHOOK_URL(receive slack notifications in the specified channel)
The reusable workflows are linted and unit-tested so changes can be validated on
the PR before a release tag is cut. Run task ci (lint + tests) before opening
a PR. See TESTING.md for details and how to add tests for a new
workflow.
If you encounter issues or have questions, try the following:
- Contact DataRobot for support.
- Open an issue on the GitHub repository.