Skip to content

Commit 6d06132

Browse files
authored
Merge branch 'main' into fix/failing_test
2 parents f132db5 + 24ea735 commit 6d06132

File tree

3 files changed

+15
-97
lines changed

3 files changed

+15
-97
lines changed

.github/mergify.yml

Lines changed: 1 addition & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -1,76 +1 @@
1-
# https://docs.mergify.io/conditions.html
2-
# https://docs.mergify.io/actions.html
3-
pull_request_rules:
4-
- name: "approve automated PRs that have passed checks"
5-
conditions:
6-
- "author~=^(cloudpossebot|renovate\\[bot\\])$"
7-
- "-closed"
8-
- "head~=^(auto-update|renovate)/.*"
9-
- "check-success=test/bats"
10-
- "check-success=test/readme"
11-
- "check-success=test/terratest"
12-
- "check-success=validate-codeowners"
13-
- or:
14-
- "base=master"
15-
- "base=main"
16-
- "base~=^release/v\\d{1,2}$"
17-
18-
actions:
19-
review:
20-
type: "APPROVE"
21-
bot_account: "cloudposse-mergebot"
22-
message: "We've automatically approved this PR because the checks from the automated Pull Request have passed."
23-
24-
- name: "merge automated PRs when approved and tests pass"
25-
conditions:
26-
- "author~=^(cloudpossebot|renovate\\[bot\\])$"
27-
- "-closed"
28-
- "head~=^(auto-update|renovate)/.*"
29-
- "check-success=test/bats"
30-
- "check-success=test/readme"
31-
- "check-success=test/terratest"
32-
- "check-success=validate-codeowners"
33-
- "#approved-reviews-by>=1"
34-
- "#changes-requested-reviews-by=0"
35-
- "#commented-reviews-by=0"
36-
- or:
37-
- "base=master"
38-
- "base=main"
39-
- "base~=^release/v\\d{1,2}$"
40-
41-
actions:
42-
merge:
43-
method: "squash"
44-
45-
- name: "delete the head branch after merge"
46-
conditions:
47-
- "merged"
48-
actions:
49-
delete_head_branch: {}
50-
51-
- name: "ask to resolve conflict"
52-
conditions:
53-
- "conflict"
54-
- "-closed"
55-
actions:
56-
comment:
57-
message: "This pull request is now in conflict. Could you fix it @{{author}}? 🙏"
58-
59-
- name: "remove outdated reviews"
60-
conditions:
61-
- or:
62-
- "base=master"
63-
- "base=main"
64-
- "base~=^release/v\\d{1,2}$"
65-
actions:
66-
dismiss_reviews:
67-
changes_requested: true
68-
approved: true
69-
message: "This Pull Request has been updated, so we're dismissing all reviews."
70-
71-
- name: "close Pull Requests without files changed"
72-
conditions:
73-
- "#files=0"
74-
actions:
75-
close:
76-
message: "This pull request has been automatically closed by Mergify because there are no longer any changes."
1+
extends: .github

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<!-- markdownlint-disable -->
44
# terraform-aws-ecs-codepipeline <a href="https://cpco.io/homepage?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/terraform-aws-ecs-codepipeline&utm_content="><img align="right" src="https://cloudposse.com/logo-300x69.svg" width="150" /></a>
5-
<a href="https://github.com/cloudposse/terraform-aws-ecs-codepipeline/actions"><img src="https://github.com/cloudposse/terraform-aws-ecs-codepipeline/workflows/test/badge.svg?branch=master" alt="GitHub Action Tests"/></a><a href="https://github.com/cloudposse/terraform-aws-ecs-codepipeline/releases/latest"><img src="https://img.shields.io/github/release/cloudposse/terraform-aws-ecs-codepipeline.svg" alt="Latest Release"/></a><a href="https://slack.cloudposse.com"><img src="https://slack.cloudposse.com/badge.svg" alt="Slack Community"/></a>
5+
<a href="https://github.com/cloudposse/terraform-aws-ecs-codepipeline/actions"><img src="https://github.com/cloudposse/terraform-aws-ecs-codepipeline/workflows/test/badge.svg?branch=master" alt="GitHub Action Tests"/></a><a href="https://github.com/cloudposse/terraform-aws-ecs-codepipeline/releases/latest"><img src="https://img.shields.io/github/release/cloudposse/terraform-aws-ecs-codepipeline.svg?style=for-the-badge" alt="Latest Release"/></a><a href="https://github.com/cloudposse/terraform-aws-ecs-codepipeline/commits"><img src="https://img.shields.io/github/last-commit/cloudposse/terraform-aws-ecs-codepipeline.svg?style=for-the-badge" alt="Last Updated"/></a><a href="https://slack.cloudposse.com"><img src="https://slack.cloudposse.com/for-the-badge.svg" alt="Slack Community"/></a>
66
<!-- markdownlint-restore -->
77

88
<!--

README.yaml

Lines changed: 13 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
---
21
#
32
# This is the canonical configuration for the `README.md`
43
# Run `make readme` to rebuild the `README.md`
@@ -21,13 +20,17 @@ badges:
2120
- name: "GitHub Action Tests"
2221
image: "https://github.com/cloudposse/terraform-aws-ecs-codepipeline/workflows/test/badge.svg?branch=master"
2322
url: "https://github.com/cloudposse/terraform-aws-ecs-codepipeline/actions"
24-
- name: "Latest Release"
25-
image: "https://img.shields.io/github/release/cloudposse/terraform-aws-ecs-codepipeline.svg"
26-
url: "https://github.com/cloudposse/terraform-aws-ecs-codepipeline/releases/latest"
27-
- name: "Slack Community"
28-
image: "https://slack.cloudposse.com/badge.svg"
29-
url: "https://slack.cloudposse.com"
30-
23+
- name: Latest Release
24+
image: https://img.shields.io/github/release/cloudposse/terraform-aws-ecs-codepipeline.svg?style=for-the-badge
25+
url: https://github.com/cloudposse/terraform-aws-ecs-codepipeline/releases/latest
26+
- name: Last Updated
27+
image: https://img.shields.io/github/last-commit/cloudposse/terraform-aws-ecs-codepipeline.svg?style=for-the-badge
28+
url: https://github.com/cloudposse/terraform-aws-ecs-codepipeline/commits
29+
- name: Slack Community
30+
image: https://slack.cloudposse.com/for-the-badge.svg
31+
url: https://slack.cloudposse.com
32+
33+
# List any related terraform modules that this module may be used with or that this module depends on.
3134
related:
3235
- name: "terraform-aws-alb"
3336
description: "Terraform module to provision a standard ALB for HTTP/HTTP traffic"
@@ -56,7 +59,7 @@ description: |-
5659
Terraform Module for CI/CD with AWS Code Pipeline using GitHub webhook triggers and Code Build for ECS.
5760
5861
# How to use this project
59-
usage: |-
62+
usage: |2-
6063
6164
For a complete example, see [examples/complete](examples/complete).
6265
@@ -166,14 +169,4 @@ references:
166169
url: "https://www.terraform.io/docs/providers/aws/r/codepipeline_webhook.html"
167170

168171
# Contributors to this project
169-
contributors:
170-
- name: "Erik Osterman"
171-
github: "osterman"
172-
- name: "Igor Rodionov"
173-
github: "goruha"
174-
- name: "Andriy Knysh"
175-
github: "aknysh"
176-
- name: "Sarkis Varozian"
177-
github: "sarkis"
178-
- name: "Joe Niland"
179-
github: "joe-niland"
172+
contributors: []

0 commit comments

Comments
 (0)