diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 240c0e6c..d8cda663 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -7,6 +7,7 @@ on: jobs: deploy: + environment: production runs-on: ubuntu-latest steps: diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index ad40cae0..daf1eb2a 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -6,6 +6,7 @@ on: jobs: deploy: + environment: development runs-on: ubuntu-latest steps: diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 00000000..2a19c7fd --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,2 @@ +# Default reviewers for all files in the repo +* @the-hideout/reviewers \ No newline at end of file