We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 34c16a6 + 583df77 commit 0930086Copy full SHA for 0930086
.github/workflows/deploy.yml
@@ -7,6 +7,7 @@ on:
7
8
jobs:
9
deploy:
10
+ environment: production
11
runs-on: ubuntu-latest
12
13
steps:
.github/workflows/pull_request.yml
@@ -6,6 +6,7 @@ on:
6
+ environment: development
CODEOWNERS
@@ -0,0 +1,2 @@
1
+# Default reviewers for all files in the repo
2
+* @the-hideout/reviewers
0 commit comments