From bdb9b795f73ca9a092a3bb0f024d3898e118c4b0 Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Sun, 11 Jan 2026 07:57:51 +0100 Subject: [PATCH] fix fmt --- .github/workflows/new_contributor_pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/new_contributor_pr.yml b/.github/workflows/new_contributor_pr.yml index c0f54e81e..b0ad4aae1 100644 --- a/.github/workflows/new_contributor_pr.yml +++ b/.github/workflows/new_contributor_pr.yml @@ -5,7 +5,7 @@ on: # This workflow uses pull_request_target so it can run with write permissions on first-time contributor PRs. # It is safe because it does not check out or execute any code from the pull request and # only uses the pinned, trusted actions/first-interaction action - pull_request_target: # zizmor: ignore[dangerous-triggers] + pull_request_target: # zizmor: ignore[dangerous-triggers] types: [opened] branches: - master