From 9f320992d5d7a7a49876a5aab3670c7443a882e0 Mon Sep 17 00:00:00 2001 From: Peter Evans Date: Fri, 10 Apr 2020 11:03:48 +0900 Subject: [PATCH] Update workflow --- .github/workflows/create-on-pull-request.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create-on-pull-request.yml b/.github/workflows/create-on-pull-request.yml index 0cf3074..47f9db7 100644 --- a/.github/workflows/create-on-pull-request.yml +++ b/.github/workflows/create-on-pull-request.yml @@ -1,10 +1,11 @@ -name: Create Comment +name: Create Comment on Pull Request on: pull_request: branches: - master jobs: - createComment: + createCommentOnPullRequest: + if: github.event.pull_request.author_association == 'OWNER' runs-on: ubuntu-latest steps: - uses: actions/checkout@v2