From 150f0badd4b22ce8d37d584b3739fc04421e1696 Mon Sep 17 00:00:00 2001 From: Zoltan Date: Thu, 13 Jun 2024 10:57:42 -0400 Subject: [PATCH] remove add PR comment --- .github/workflows/notebook-pr.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/notebook-pr.yaml b/.github/workflows/notebook-pr.yaml index 1586d6526..2727c2191 100644 --- a/.github/workflows/notebook-pr.yaml +++ b/.github/workflows/notebook-pr.yaml @@ -88,13 +88,13 @@ jobs: python ci/verify_exercises.py $nbs --c "$COMMIT_MESSAGE" python ci/make_pr_comment.py $nbs --branch $branch --o comment.txt - - name: Add PR comment - if: "!contains(env.COMMIT_MESSAGE, 'skip ci')" - uses: machine-learning-apps/pr-comment@1.0.0 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - path: comment.txt + # - name: Add PR comment + # if: "!contains(env.COMMIT_MESSAGE, 'skip ci')" + # uses: machine-learning-apps/pr-comment@1.0.0 + # env: + # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + # with: + # path: comment.txt - name: Update READMEs if: "!contains(env.COMMIT_MESSAGE, 'skip ci')"