Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions Makefile

This file was deleted.

26 changes: 12 additions & 14 deletions README.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
#
# This is the canonical configuration for the `README.md`
# Run `make readme` to rebuild the `README.md`
Expand All @@ -22,13 +21,17 @@ github_repo: cloudposse/github-action-wait-commit-status

# Badges to display
badges:
- name: "Latest Release"
image: "https://img.shields.io/github/release/cloudposse/github-action-wait-commit-status.svg"
url: "https://github.com/cloudposse/github-action-wait-commit-status/releases/latest"
- name: "Slack Community"
image: "https://slack.cloudposse.com/badge.svg"
url: "https://slack.cloudposse.com"
- name: Latest Release
image: https://img.shields.io/github/release/cloudposse/github-action-wait-commit-status.svg?style=for-the-badge
url: https://github.com/cloudposse/github-action-wait-commit-status/releases/latest
- name: Last Updated
image: https://img.shields.io/github/last-commit/cloudposse/github-action-wait-commit-status.svg?style=for-the-badge
url: https://github.com/cloudposse/github-action-wait-commit-status/commits
- name: Slack Community
image: https://slack.cloudposse.com/for-the-badge.svg
url: https://cloudposse.com/slack

# List any related terraform modules that this module may be used with or that this module depends on.
related: []

# Short description of this project
Expand Down Expand Up @@ -71,10 +74,5 @@ usage: |-
check-retry-interval: 20
```

include:
- "docs/github-action.md"

# Contributors to this project
contributors:
- name: "Igor Rodionov"
github: "goruha"
include: []
contributors: []
2 changes: 2 additions & 0 deletions atmos.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
import:
- https://raw.githubusercontent.com/cloudposse/.github/refs/heads/main/.github/atmos/github-action.yaml
16 changes: 0 additions & 16 deletions docs/github-action.md

This file was deleted.

Loading