/gh-workflows

A collection of useful generic GitHub Actions workflows

MIT LicenseMIT

GitHub Workflows

A collection of useful generic GitHub Actions workflows

About

You can find all workflows in .github/workflows/.

Each workflow contains comments explaining what it does. Most should be self-explanatory.

Workflows are developed and tested at jessesquires/sandbox-gh-workflows to keep this repo history clean.

Blog Posts

Docs

How to use

  1. Add these workflows to your own repo in .github/workflows/.
  2. Edit workflows as needed.

💡 Note:

  • Some workflows require adding a personal access token.
  • Some workflows expect specific labels to exist, as these are what trigger the workflow. You'll need to create these labels in your repo. If you name the labels differently, you will need to edit the workflow accordingly.