From b0cdf8041cdcbc41fd2cfedaf4ad31ea3c54e32c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2E=20Fatih=20C=C4=B1r=C4=B1t?= Date: Tue, 25 Jun 2024 09:55:14 +0300 Subject: [PATCH] ci(comment-on-pr): make it work on forks (#7680) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: M. Fatih Cırıt Signed-off-by: Simon Eisenmann --- .github/workflows/{comment_on_pr.yaml => comment-on-pr.yaml} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{comment_on_pr.yaml => comment-on-pr.yaml} (96%) diff --git a/.github/workflows/comment_on_pr.yaml b/.github/workflows/comment-on-pr.yaml similarity index 96% rename from .github/workflows/comment_on_pr.yaml rename to .github/workflows/comment-on-pr.yaml index d9b13e78ac29d..e517016a300d9 100644 --- a/.github/workflows/comment_on_pr.yaml +++ b/.github/workflows/comment-on-pr.yaml @@ -1,6 +1,6 @@ -name: Comment on PR +name: comment-on-pr on: - pull_request: + pull_request_target: jobs: comment-on-pr: