You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,25 @@ jobs:
21
21
configuration-path: '.github/some_name_for_configs.yml'# Only needed if you use something other than .github/auto_assign.yml
22
22
```
23
23
24
+
Change event that triggers a workflow to the `pull_request_target` if you want to enable the auto-assign action when opening pull requests from fork repositories or bots like Dependabot.
25
+
26
+
Using dangerous misuse of the `pull_request_target` event can be a security risk, so make sure you understand pros and cons before using it.
0 commit comments