diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..8025caa --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,6 @@ +# These owners will be the default owners for everything in +# the repo. Unless a later match takes precedence, +# @taskrabbit/devops will be requested for +# review when someone opens a pull request. + +* @taskrabbit/devops diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..764008c --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,8 @@ +## Description + + +## Changes + + +## Ticket + diff --git a/.github/workflows/terraform-module.yaml b/.github/workflows/terraform-module.yaml new file mode 100644 index 0000000..0cfb0af --- /dev/null +++ b/.github/workflows/terraform-module.yaml @@ -0,0 +1,13 @@ +--- +name: Terraform Module +on: + push: {} + workflow_dispatch: {} + +jobs: + publish-module: + uses: taskrabbit/github_workflows/.github/workflows/terraform-module.yaml@main + with: + namespace: taskrabbit + system: aws + name: "openvpn" # This is required to be updated by the downstream repository.