Skip to content

Commit

Permalink
Merge pull request #4 from the-hideout/add-codeowners
Browse files Browse the repository at this point in the history
Add Codeowners
  • Loading branch information
GrantBirki authored Mar 14, 2022
2 parents 34c16a6 + 583df77 commit 0930086
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
deploy:
environment: production
runs-on: ubuntu-latest

steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:

jobs:
deploy:
environment: development
runs-on: ubuntu-latest

steps:
Expand Down
2 changes: 2 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Default reviewers for all files in the repo
* @the-hideout/reviewers

0 comments on commit 0930086

Please sign in to comment.