Actions
action | description |
---|---|
add-issue-label-list | Update issue description with a list of issues of a given label |
build-docker | Build a docker container using CCBR guidelines |
draft-release | Draft a new release based on conventional commits and prepare release notes |
label-issue-repo-name | Label issues & PRs with the repository name |
mkdocs-mike | Deploy documentation to github pages using mkdocs + mike |
post-release | Post-release cleanup chores, intended to be triggered by publishing a release |
No matching items
See example workflows that use our custom actions here: https://github.com/CCBR/actions/tree/main/examples. You can copy these to your own repository in the .github/workflows/
directory and modify them for your needs.
View the GitHub Actions docs for more information on how to write and use GitHub Actions workflows.