Skip to content

Commit d2cf3f0

Browse files
committed
Add github workflow for module
1 parent 76ce2c5 commit d2cf3f0

File tree

3 files changed

+28
-0
lines changed

3 files changed

+28
-0
lines changed

.github/CODEOWNERS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# These owners will be the default owners for everything in
2+
# the repo. Unless a later match takes precedence,
3+
# @taskrabbit/devops will be requested for
4+
# review when someone opens a pull request.
5+
6+
* @taskrabbit/devops

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## Description
2+
<!-- Provide a general summary and/or description of the changes in this section -->
3+
4+
## Changes
5+
<!-- Provide a list of more specific details made to the application or specific files -->
6+
7+
## Ticket
8+
<!-- Include a link to the Jira ticket here -->
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: Terraform Module
3+
on:
4+
push: {}
5+
workflow_dispatch: {}
6+
7+
jobs:
8+
publish-module:
9+
uses: taskrabbit/github_workflows/.github/workflows/terraform-module.yaml@main
10+
with:
11+
namespace: taskrabbit
12+
system: aws
13+
name: "asg" # This is required to be updated by the downstream repository.
14+
module_directory: ./group

0 commit comments

Comments
 (0)