Fix YAML so it is actually valid GitHub Action YAMLs. (#11801)

This commit is contained in:
Joe Doss 2020-12-08 09:48:49 -06:00 committed by GitHub
parent 08447cfea2
commit 71ad902315
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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