Skip to content

Commit 2cc26d0

Browse files
authored
Merge pull request #21205 from emberjs/kg-adjust-pr-title-lint
2 parents 516d35e + 92c932f commit 2cc26d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-title-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: PR Title Lint
22

33
on:
4-
pull_request:
4+
pull_request_target: # This workflow has permissions on the repo, do NOT run code from PRs in this workflow. See https://securitylab.github.com/research/github-actions-preventing-pwn-requests/ # zizmor: ignore[dangerous-triggers] we know what we are doing here
55
types: [opened, edited, reopened, synchronize]
66

77
permissions:

0 commit comments

Comments
 (0)