From 324bf731ef31a37db32255df489ed80b3368df64 Mon Sep 17 00:00:00 2001 From: marocchino Date: Thu, 2 Dec 2021 07:25:25 +0900 Subject: [PATCH] =?UTF-8?q?=E2=9A=B0=EF=B8=8F=20rip=20pr=20runner?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/comment_on_pull_request.yml | 26 ------------------- 1 file changed, 26 deletions(-) delete mode 100644 .github/workflows/comment_on_pull_request.yml diff --git a/.github/workflows/comment_on_pull_request.yml b/.github/workflows/comment_on_pull_request.yml deleted file mode 100644 index 3a5e408..0000000 --- a/.github/workflows/comment_on_pull_request.yml +++ /dev/null @@ -1,26 +0,0 @@ -name: Comment on Pull Request -on: - pull_request: - -jobs: - comment: - runs-on: ubuntu-latest - permissions: - contents: write - steps: - - uses: actions/checkout@v2 - - run: yarn install - - run: yarn build - - uses: ./ - with: - header: FromPR - recreate: true - message: | - Test ${{ github.sha }} is successfully ended. - This is message from PR. - - uses: ./ - with: - header: FromPR - append: true - message: | - Append message.