·
10 commits
to refs/heads/main
since this release
Drop separate codeowners validation workflow @goruha (#74)
what
- Drop separate codeowners validation workflow
why
- Validation codeowners are now part of terraform module branch workflow
references
- DEV-2368: Fix terraform-modelue/CI/Codeowners validate
- https://github.com/cloudposse/.github/blob/main/.github/workflows/shared-terraform-module.yml#L38
🤖 Automatic Updates
Update release workflow to allow pull-requests: write @osterman (#72)
what
- Update workflow (
.github/workflows/release.yaml
) to have permission to comment on PR
why
- So we can support commenting on PRs with a link to the release
Update GitHub Workflows to use shared workflows from '.github' repo @osterman (#71)
what
- Update workflows (
.github/workflows
) to use shared workflows from.github
repo
why
- Reduce nested levels of reusable workflows
Update GitHub Workflows to Fix ReviewDog TFLint Action @osterman (#70)
what
- Update workflows (
.github/workflows
) to addissue: write
permission needed by ReviewDogtflint
action
why
- The ReviewDog action will comment with line-level suggestions based on linting failures
Update GitHub workflows @osterman (#69)
what
- Update workflows (
.github/workflows/settings.yaml
)
why
- Support new readme generation workflow.
- Generate banners
Use GitHub Action Workflows from `cloudposse/.github` Repo @osterman (#66)
what
- Install latest GitHub Action Workflows
why
- Use shared workflows from
cldouposse/.github
repository - Simplify management of workflows from centralized hub of configuration