Skip to content

Repository of generic reusable Github Actions

License

Notifications You must be signed in to change notification settings

iStreamPlanet/github-actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c312761 · Dec 18, 2024
Dec 18, 2024
Apr 26, 2022
Dec 22, 2022
Oct 14, 2024
Jun 12, 2024
Dec 3, 2022
Jun 12, 2024
Oct 24, 2024
Jun 12, 2024
Oct 15, 2024
Jun 28, 2024
Jun 12, 2024
Aug 28, 2020
Oct 14, 2024
Aug 25, 2020
Oct 15, 2024
May 5, 2020
Apr 28, 2021
May 11, 2022
Oct 15, 2024
Oct 15, 2024
Oct 15, 2024

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.