Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/assign-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

name: PR assignment

on:

Check failure on line 17 in .github/workflows/assign-prs.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

dangerous-triggers

assign-prs.yml:17: use of fundamentally insecure workflow trigger: pull_request_target is almost always used insecurely
pull_request_target:
types: [opened, edited, reopened]

Expand All @@ -28,6 +28,6 @@
- name: "Auto-assign PR"
uses: pozil/auto-assign-issue@af6beea6bdf1e8eb373f061c5bc168681fc6d011 # v4.0.1
with:
assignees: TanmayVartak
assignees: adrw-google
numOfAssignee: 1
abortIfPreviousAssignees: true
Loading