reusable-workflows

Nathanael Gandhi | github.com/NathanaelGandhi

auto-assign-pr-reusable-workflow

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.

  1. Copy the auto-assign-pr-caller.yaml into your own .github/workflows folder
  2. Copy the auto_assign_pr.yml into your own .github/ folder

Clang Format Check

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.

  1. Copy the clang-format-check-caller.yaml into your own .github/workflows folder

pr-size-labeler-reusable-workflow

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.

  1. Copy the pr-size-labeler-caller.yaml into your own .github/workflows folder

release-drafter-reusable-workflow

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.

  1. Copy the release-drafter-caller.yaml into your own .github/workflows folder
  2. Copy the release-drafter.yml into your own .github/ folder

Stale

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.

  1. Copy the stale-caller.yaml into your own .github/workflows folder