Skip to content
Merged
Show file tree
Hide file tree
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 files/workflows/add-issues-and-prs-to-fs-project-board.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,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
4 changes: 2 additions & 2 deletions github/FilOzone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -264,8 +264,8 @@ repositories:
has_discussions: false
merge_commit_message: PR_TITLE
merge_commit_title: MERGE_MESSAGE
secret_scanning_push_protection: false
secret_scanning: false
secret_scanning_push_protection: true
secret_scanning: true
squash_merge_commit_message: COMMIT_MESSAGES
squash_merge_commit_title: COMMIT_OR_PR_TITLE
visibility: public
Expand Down