Skip to content

Commit 484802e

Browse files
committed
migrate api approval to codeowner
1 parent 62a364c commit 484802e

File tree

4 files changed

+4
-35
lines changed

4 files changed

+4
-35
lines changed

.github/CODEOWNERS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Paddle API Docs
2+
docs/api/paddle @jzhang533 @sunzhongkai588 @mattheliu

.github/workflows/codestyle-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
secrets:
1515
github-token: ${{ secrets.GITHUB_TOKEN }}
1616

17-
pre-commit:
18-
name: Pre Commit
17+
check-codestyle:
18+
name: Run codestyle check
1919
needs: check-bypass
2020
if: ${{ github.repository_owner == 'PaddlePaddle' && needs.check-bypass.outputs.can-skip != 'true' }}
2121
runs-on: ubuntu-latest

ci_scripts/checkapproval.sh

Lines changed: 0 additions & 27 deletions
This file was deleted.

ci_scripts/ci_start.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -141,12 +141,6 @@ if [ ${EXIT_CODE} -ne 0 ]; then
141141
exit ${EXIT_CODE}
142142
fi
143143

144-
# 5 Approval check
145-
/bin/bash ${DIR_PATH}/checkapproval.sh
146-
if [ $? -ne 0 ];then
147-
exit 1
148-
fi
149-
150144
echo "PADDLE_WHL=${PADDLE_WHL}"
151145
# print preview url
152146
echo "${PREVIEW_URL_PROMPT}"

0 commit comments

Comments
 (0)