Skip to content

Commit f4f8c5a

Browse files
chore(ci): codeowners file (#980)
1 parent cc13af9 commit f4f8c5a

File tree

4 files changed

+6
-0
lines changed

4 files changed

+6
-0
lines changed

.github/CODEOWNERS

+3
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1+
# This file is used to automatically assign reviewers to PRs
2+
# For more information see: https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners
3+
14
* @openai/sdks-team

.github/workflows/create-releases.yml

+1
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,4 @@ jobs:
6262
env:
6363
DENO_PUSH_REMOTE_URL: https://username:${{ steps.generate_token.outputs.token }}@github.com/openai/openai-deno-build.git
6464
DENO_PUSH_BRANCH: main
65+

.github/workflows/release-doctor.yml

+1
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ jobs:
2121
env:
2222
STAINLESS_API_KEY: ${{ secrets.STAINLESS_API_KEY }}
2323
NPM_TOKEN: ${{ secrets.OPENAI_NPM_TOKEN || secrets.NPM_TOKEN }}
24+

bin/check-release-environment

+1
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ if [[ lenErrors -gt 0 ]]; then
2323
fi
2424

2525
echo "The environment is ready to push releases!"
26+

0 commit comments

Comments
 (0)