Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/build-pr-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ on:
# 3: Change this back to `pull_request_target` before merge for security reasons
pull_request_target:
types: [opened, synchronize]
# Hello Security 👋, we are checking to make sure forked repo PR changed paths are only in content/** inside the job security-check.
# We are doing this so we can also reuse this workflow for internal PRs, as pull_request_target also triggers on internal PRs. (As does pull_request)
# Hello Security 👋,
# 1. We are checking to make sure forked repo PR changed paths are only in content/** inside the job security-check.
# 2. We also have "Require approval for all external contributors" enabled in this Github repo

concurrency:
group: ${{ github.workflow }}-${{github.event_name}}-${{ github.event.pull_request.number || github.ref }}
Expand Down