File tree 6 files changed +50
-100
lines changed
6 files changed +50
-100
lines changed Original file line number Diff line number Diff line change 1
1
# Use this file to define individuals or teams that are responsible for code in a repository.
2
2
# Read more: <https://help.github.com/articles/about-codeowners/>
3
+ #
4
+ # Order is important: the last matching pattern takes the most precedence
3
5
4
- * @ cloudposse/engineering
6
+ # These owners will be the default owners for everything
7
+ * @ cloudposse/engineering @ cloudposse/contributors
8
+
9
+ # Cloud Posse must review any changes to Makefiles
10
+ ** /Makefile @ cloudposse/engineering
11
+ ** /Makefile. * @ cloudposse/engineering
12
+
13
+ # Cloud Posse must review any changes to GitHub actions
14
+ .github /* @ cloudposse/engineering
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ assignees: ''
7
7
8
8
---
9
9
10
- Have a question? Please checkout our [ Slack Community] ( https://slack.cloudposse.com ) in the ` #geodesic ` channel or visit our [ Slack Archive] ( https://archive.sweetops.com/geodesic / ) .
10
+ Have a question? Please checkout our [ Slack Community] ( https://slack.cloudposse.com ) or visit our [ Slack Archive] ( https://archive.sweetops.com/ ) .
11
11
12
12
[ ![ Slack Community] ( https://slack.cloudposse.com/badge.svg )] ( https://slack.cloudposse.com )
13
13
@@ -33,4 +33,4 @@ Explain what alternative solutions or features you've considered.
33
33
34
34
## Additional Context
35
35
36
- Add any other context or screenshots about the feature request here.
36
+ Add any other context or screenshots about the feature request here.
Original file line number Diff line number Diff line change
1
+ name : chatops
2
+ on :
3
+ issue_comment :
4
+ types : [created]
5
+
6
+ jobs :
7
+ default :
8
+ runs-on : ubuntu-latest
9
+ steps :
10
+ - uses : actions/checkout@v2
11
+ - name : " Handle common commands"
12
+ uses :
cloudposse/actions/github/[email protected]
13
+ with :
14
+ token : ${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}
15
+ reaction-token : ${{ secrets.GITHUB_TOKEN }}
16
+ repository : cloudposse/actions
17
+ commands : rebuild-readme, terraform-fmt
18
+ permission : none
19
+ issue-type : pull-request
20
+
21
+ test :
22
+ runs-on : ubuntu-latest
23
+ steps :
24
+ - name : " Checkout commit"
25
+ uses : actions/checkout@v2
26
+ - name : " Run tests"
27
+ uses :
cloudposse/actions/github/[email protected]
28
+ with :
29
+ token : ${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}
30
+ reaction-token : ${{ secrets.GITHUB_TOKEN }}
31
+ repository : cloudposse/actions
32
+ commands : test
33
+ permission : none
34
+ issue-type : pull-request
35
+ reactions : false
36
+
37
+
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -34,9 +34,6 @@ github_repo: cloudposse/terraform-aws-elastic-beanstalk-environment
34
34
35
35
# Badges to display
36
36
badges :
37
- - name : " Codefresh Status"
38
- image : " https://g.codefresh.io/api/badges/pipeline/cloudposse/terraform-modules%2Fterraform-aws-elastic-beanstalk-environment?type=cf-1"
39
- url : " https://g.codefresh.io/public/accounts/cloudposse/pipelines/5d182cb1ac440444a6c0082b"
40
37
- name : " Latest Release"
41
38
image : " https://img.shields.io/github/release/cloudposse/terraform-aws-elastic-beanstalk-environment.svg"
42
39
url : " https://github.com/cloudposse/terraform-aws-elastic-beanstalk-environment/releases/latest"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments