Skip to content
Merged
Changes from all commits
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
6 changes: 5 additions & 1 deletion .github/workflows/add-issues-and-prs-to-fs-project-board.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ on:
issues:
types:
- opened
pull_request:
# Using "pull_request_target" instead of "pull_request" to support PRs from forks.
# Workflow runs triggered on PRs from forks do not have access to secrets, so "github-token" input below would otherwise be empty.
# This action does not check out nor execute user code so we should be safe.
# We also hardcode to specific hash to ensure no unintended changes underneath us.
pull_request_target:
types:
- opened

Expand Down