Nathanael Gandhi | github.com/NathanaelGandhi
This workflow can auto-assign PRs. Configure the caller as required.
See https://github.com/NathanaelGandhi/auto-assign-pr-reusable-workflow for the latest version.
- Copy the auto-assign-pr-caller.yaml into your own
.github/workflows
folder - Copy the auto_assign_pr.yml into your own
.github/
folder
This workflow can run Clang-Format on your repo using the style listed in a .clang-format file. Configure the caller as required.
See https://github.com/NathanaelGandhi/clang-format-check-reusable-workflow for the latest version.
- Copy the clang-format-check-caller.yaml into your own
.github/workflows
folder
This workflow can auto-label PRs with their size. Configure the caller as required.
See https://github.com/NathanaelGandhi/pr-size-labeler-reusable-workflow for the latest version.
- Copy the pr-size-labeler-caller.yaml into your own
.github/workflows
folder
This workflow can auto-label PRs, create draft releases and publish the release. Configure the caller as required.
See https://github.com/NathanaelGandhi/release-drafter-reusable-workflow for the latest version.
- Copy the release-drafter-caller.yaml into your own
.github/workflows
folder - Copy the release-drafter.yml into your own
.github/
folder
This workflow can auto-label PRs and Issues as stale. Configure the caller as required.
See https://github.com/NathanaelGandhi/stale-reusable-workflow for the latest version.
- Copy the stale-caller.yaml into your own
.github/workflows
folder