You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace Makefile with atmos.yaml @osterman (#90)
## what
- Remove `Makefile`
- Add `atmos.yaml`
why
Replace build-harness with atmos for readme genration
References
DEV-3229 Migrate from build-harness to atmos
Migrate new test account @osterman (#88)
## what
- Update `.github/settings.yml`
- Update `.github/chatops.yml` files
why
Re-apply .github/settings.yml from org level to get terratest environment
Migrate to new test account
References
DEV-388 Automate clean up of test account in new organization
DEV-387 Update terratest to work on a shared workflow instead of a dispatch action
DEV-386 Update terratest to use new testing account with GitHub OIDC
Update .github/settings.yml @osterman (#87)
## what
- Update `.github/settings.yml`
- Drop `.github/auto-release.yml` files
why
Re-apply .github/settings.yml from org level
Use organization level auto-release settings
references
DEV-1242 Add protected tags with Repository Rulesets on GitHub
Update release workflow to allow pull-requests: write @osterman (#86)
## 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 (#85)
## 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 (#84)
## what
- Update workflows (`.github/workflows`) to add `issue: write` permission needed by ReviewDog `tflint` action
why
The ReviewDog action will comment with line-level suggestions based on linting failures
Use GitHub Action Workflows from `cloudposse/.github` Repo @osterman (#80)
## what
Install latest GitHub Action Workflows
why
Use shared workflows from cldouposse/.github repository
Simplify management of workflows from centralized hub of configuration
Add GitHub Settings @osterman (#77)
## what
- Install a repository config (`.github/settings.yaml`)
why
Programmatically manage GitHub repo settings
Update Scaffolding @osterman (#76)
## what
- Reran `make readme` to rebuild `README.md` from `README.yaml`
- Migrate to square badges
- Add scaffolding for repo settings and Mergify