Skip to content

v0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 May 19:27
4291c66
adding workflows and metadata files for new actions @dylanbannon (#7) ### what Adding a lot of repo bootstrap files, all of which are meant to be copied from the current repository into any other repository by use of the `auto-format.yml` workflow. Also included in the "bootstrap files" designation are the top-level `renovate.json` and `Makefile` files.

Among the bootstrap files are GitHub Actions workflows calling the following GitHub Actions:

See README.md for more details.

why

In addition to its other anointed uses, we intend to use this repo as a distribution point for Cloud Posse's suite of repo bootstrapping files in the near future. At this point, all the desired files are in the repo and their locations in the repo are identical to where they'd likely be placed in any other repo.

git.io->cloudposse.tools update @dylanbannon (#9) ## what and why Change all references to `git.io/build-harness` into `cloudposse.tools/build-harness`, since `git.io` redirects will stop working on April 29th, 2022.

References

  • DEV-143
Add Organizational Profile @osterman (#8) ## what * Adds a GitHub Organizational Profile Page

why

  • Showcase what we do at Cloud Posse
default funding settings @maximmi (#6) ## what * default funding settings
Add pre-commit workflow @3h4x (#4) #what - test pre-commit workflow
Rename terraform workflow files to new convention @3h4x (#3) # what - renaming files for terraform workflow # why - because https://github.com//pull/2 didn't fix the issue described there
Rename terraform workflow to cloudposse terraform workflow @3h4x (#2) # what - renaming of metadata for cloudposse terraform workflow - adding `tf` icon

why

Screenshot 2020-07-23 at 16 50 04 Screenshot 2020-07-23 at 16 49 56
Terraform simple workflow @3h4x (#1) ## What * Add simple terraform workflow to inherit github actions in organization modules

Why

  • To globalize rules for repositories and github actions

References