diff --git a/Makefile b/Makefile deleted file mode 100644 index dc7415e..0000000 --- a/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -SHELL := /bin/bash - -# List of targets the `readme` target should call before generating the readme -export README_DEPS ?= docs/github-action.md - --include $(shell curl -sSL -o .build-harness "https://cloudposse.tools/build-harness"; echo .build-harness) - -## Lint terraform code -lint: - $(SELF) terraform/install terraform/get-modules terraform/get-plugins terraform/lint terraform/validate \ No newline at end of file diff --git a/atmos.yaml b/atmos.yaml new file mode 100644 index 0000000..dfa6aca --- /dev/null +++ b/atmos.yaml @@ -0,0 +1,2 @@ +import: + - https://raw.githubusercontent.com/cloudposse/.github/refs/heads/main/.github/atmos/github-action.yaml diff --git a/docs/github-action.md b/docs/github-action.md deleted file mode 100644 index 639fae0..0000000 --- a/docs/github-action.md +++ /dev/null @@ -1,30 +0,0 @@ - - -## Inputs - -| Name | Description | Default | Required | -|------|-------------|---------|----------| -| banner\_enabled | Enable banner generation | true | false | -| commit\_author | The author to use when committing changes. | readme-action 📖 | false | -| commit\_message | The commit message to use when committing changes. | chore: update README.md | false | -| commit\_method | The method to apply changes. Can be either 'commit' or 'pr'. | commit | true | -| commit\_user\_email | The user email to use when committing changes. | actions@github.com | false | -| commit\_user\_name | The user name to use when committing changes. | readme-action 📖 | false | -| pr\_base\_branch | Repo default base-branch for Pull Requests (when commit\_method: pr) | | false | -| pr\_labels | Whitespace-separated list of labels to apply to Pull Requests (when commit\_method: pr) | auto-update
no-release
readme
| false | -| pr\_title | The title to use when creating a Pull Request (when commit\_method: pr) | Update README.md and docs | false | -| readme\_enabled | Enable README generation | true | false | -| repository\_description | GitHub repository description | | false | -| repository\_name | GitHub repository name in the `repository\_org` that hosts the banner templates | | false | -| repository\_org | GitHub organization or user name used for the banner templates | | false | -| token | GitHub API token (use a PAT if you need to trigger other actions) | ${{ github.token }} | false | -| validate\_readme | Validate the README.md file using markdown-link-check | true | false | - - -## Outputs - -| Name | Description | -|------|-------------| -| banner\_file | Generated banner file path (if banner\_enabled: true) | -| readme\_file | Generated README file path (if readme\_enabled: true) | -