From 71ad902315efb70e619d51bc07fcefe2771f27ac Mon Sep 17 00:00:00 2001 From: Joe Doss Date: Tue, 8 Dec 2020 09:48:49 -0600 Subject: [PATCH] Fix YAML so it is actually valid GitHub Action YAMLs. (#11801) --- .github/workflows/pr.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 8f9dc7542..a7c8a6bf8 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -4,8 +4,9 @@ on: pull_request_target: jobs: - if: github.repository != 'forem/forem' pull_request_comment: + name: Comment on PR if coming from a forked repository + if: github.repository != 'forem/forem' runs-on: ubuntu-latest steps: - name: Add comment to PR if coming from third-party fork