From 9debad2ac8644f563b36d8b034f3865da5721dd2 Mon Sep 17 00:00:00 2001 From: Steve Loeppky Date: Mon, 11 Aug 2025 20:53:49 -0700 Subject: [PATCH 1/2] Update add-issues-and-prs-to-fs-project-board.yml Mirror change of https://github.com/filecoin-project/github-mgmt/pull/153 --- files/workflows/add-issues-and-prs-to-fs-project-board.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/files/workflows/add-issues-and-prs-to-fs-project-board.yml b/files/workflows/add-issues-and-prs-to-fs-project-board.yml index f641c37..511473f 100644 --- a/files/workflows/add-issues-and-prs-to-fs-project-board.yml +++ b/files/workflows/add-issues-and-prs-to-fs-project-board.yml @@ -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 From 951389ede978c1e3fe81cc5e332ae9bcab5df340 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 04:35:27 +0000 Subject: [PATCH 2/2] fix@16899061822 [skip fix] --- github/FilOzone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/github/FilOzone.yml b/github/FilOzone.yml index e26e470..35bd21f 100644 --- a/github/FilOzone.yml +++ b/github/FilOzone.yml @@ -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