Skip to content

Commit 0930086

Browse files
authored
Merge pull request #4 from the-hideout/add-codeowners
Add Codeowners
2 parents 34c16a6 + 583df77 commit 0930086

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77

88
jobs:
99
deploy:
10+
environment: production
1011
runs-on: ubuntu-latest
1112

1213
steps:

.github/workflows/pull_request.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66

77
jobs:
88
deploy:
9+
environment: development
910
runs-on: ubuntu-latest
1011

1112
steps:

CODEOWNERS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Default reviewers for all files in the repo
2+
* @the-hideout/reviewers

0 commit comments

Comments
 (0)