Skip to content
Closed
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
6 changes: 6 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -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
8 changes: 8 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Description
<!-- Provide a general summary and/or description of the changes in this section -->

## Changes
<!-- Provide a list of more specific details made to the application or specific files -->

## Ticket
<!-- Include a link to the Jira ticket here -->
13 changes: 13 additions & 0 deletions .github/workflows/terraform-module.yaml
Original file line number Diff line number Diff line change
@@ -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.