Skip to content

Repository of generic reusable Github Actions

License

Notifications You must be signed in to change notification settings

iStreamPlanet/github-actions

Repository files navigation

github-actions

Repository of generic reusable Github Actions

Builds a workflow build matrix based on glob patterns and which files have changed in a PR/push.

Wraps certain helmfile commands and annotates PRs with their output.

Minimizes issue/PR comments matching the given criteria. Use this in a workflow to hide the comments generated by previous runs of a job (for example, when new commits are pushed to a PR branch).

Wraps certain terraform commands and annotates PRs with their output.

Creates, updates, or closes an issue matching a given title based on other parameters.

Checks if there is a valid helmfile.yaml in the working directory. Executes helmfile deps and checks if there are any chart upgrades available.

Runs Trufflehog as a GitHub Action. Based off of https://github.com/edplato/trufflehog-actions-scan. Uses Dependabot to stay up-to-date with the latest version.