-
-
Notifications
You must be signed in to change notification settings - Fork 8.4k
Expand file tree
/
Copy pathzizmor.yml
More file actions
19 lines (19 loc) · 660 Bytes
/
Copy pathzizmor.yml
File metadata and controls
19 lines (19 loc) · 660 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
rules:
dangerous-triggers:
ignore:
# These workflows use pull_request_target solely to obtain write access
# for API operations (labeling, commenting) on fork PRs. None of them
# check out or execute any PR-supplied code.
- autoclose_comment.yml:11
- conflictcheck.yml:3
- labeler.yml:3
- pr_welcome.yml:4
cache-poisoning:
ignore:
# cygwin.yml is a test-only workflow; no artifacts are published.
# This is triggering a low-confidence flag that the workflow_dispatch:
# trigger may imply artifact publishing
- cygwin.yml:144:9
- cygwin.yml:151:9
- cygwin.yml:158:9