Skip to content

Releases: cloudposse-github-actions/readme

v0.5.0

18 Jun 12:01
5729f5e
Compare
Choose a tag to compare
Test workflow @goruha (#20) ## what * Test workflow
Test workflows @goruha (#19) ## what * Test workflows
Added release `pull-request` permissions @goruha (#18) ## what * Added release `pull-request` permissions
Fix typo @goruha (#17) ## what * Fix typo
Test workflow 2 @goruha (#16) ## what * Test workflow 2

v0.4.0

17 Jun 17:00
b9f6e51
Compare
Choose a tag to compare
Test workflow @goruha (#15) ## what * Test workflow
Pin workflows to current org @goruha (#14) ## what * Pin workflows to current org

why

  • Test CI org workflow

v0.3.0

21 May 19:10
Compare
Choose a tag to compare
Trigger new release workflow @goruha (#13) ## What * Minor changes

Why

  • Trigger new release workflow
Use GitHub Action Workflows from `cloudposse/.github` Repo @goruha (#12) ## what - Update workflows (`.github/workflows/settings.yaml`) to use shared workflows from `.github` repo

why

  • Reduce nested levels of reusable workflows
Fix yaml parse @goruha (#11) ## What * Replace `actions-tools/yaml-outputs` with `mikefarah/yq`

Why

v0.2.0

01 May 00:11
8026082
Compare
Choose a tag to compare
Use github token for checkout @goruha (#10)

What

  • Use github token input for checkout

Why

  • To inherit github app permissions

v0.1.0

29 Apr 20:05
b4d270d
Compare
Choose a tag to compare
Update actions @osterman (#8)

what

  • Bump auto-commit and pull request actions

why

  • use latest node
  • bug fixes
Support push options @osterman (#7)

what

  • Add support for push options
  • Customizable branches
  • Update actions

why

  • In order to push to protected branches, --force or --force-with-lease need to be used.
set max-depth to 0 for link checker @osterman (#6)

what

  • Set max-depth to 0

why

  • It's not respecting checking only modified files and it's recursing deep into all folders. Not sure what else to try.
Only validate modified files @osterman (#5)

what

  • attempt to only validate files modified
  • fix usage example

why

  • by default, it seems to want search all files in the directory, not just those specified by the file-path input. This causes it to hit 429 rate limit issues.
  • Validating files not modified should not be in scope
Initial implementation @osterman (#1)

what

  • Add an opionated implementation to regenerate the README.md and banners

why

  • We need this functionality across our enterprise and it's a bit hairy
Fix mergify config @osterman (#4)

what

  • Refer to .github repo instead of org & repo

why

  • Relative repo is less error prone
Use proper _extends keyword @osterman (#3)

what

  • Replace extends with _extends in settings.yml

why

  • Mergify and Probot use similar keyword for extends, but probot is prefixed with _
  • accidentally used the wrong keyword
Add essential scaffolding files @osterman (#2)

what

  • Add mergify and repo settings configs

why

  • Necessary for workflows