add a zizmor ignore

This commit is contained in:
Frank Elsinga 2026-01-14 14:12:20 +01:00
parent bbcf8f226c
commit aa62d600bf

View File

@ -1,6 +1,11 @@
name: Mark PR as draft when changes are requested
on:
# pull_request_target is safe here because:
# 1. Only uses a pinned trusted action (by SHA)
# 2. Has minimal permissions
# 3. Doesn't checkout or execute any untrusted code from PRs
# 4. Only adds/removes labels or changes the draft status
on: # zizmor: ignore[dangerous-triggers]
pull_request_target:
types:
- review_submitted