From eee63068dcde7e342a0d204666f3ba98c938ea2c Mon Sep 17 00:00:00 2001 From: Joe Doss Date: Wed, 9 Dec 2020 10:44:04 -0600 Subject: [PATCH] Scope PR comment bot to only run when the PR is opened. (#11830) --- .github/workflows/pr.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 1b8527ccf..5b8da2bc8 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -2,6 +2,7 @@ name: Pull Request on: pull_request_target: + types: [opened] jobs: pull_request_comment: