Commit 1beff32
committed
Support pull_request_target
`pull_request_target` is granted a read/write repository token and runs
in the context of the base of the pull request. It allows to create
workflows that label and comment on pull requests based on the contents
of the event payload. The `get-changed-files` action is useful for some
of those actions and the code works for this case with almost no
modification.1 parent b17fbb0 commit 1beff32
3 files changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3529 | 3529 | | |
3530 | 3530 | | |
3531 | 3531 | | |
| 3532 | + | |
3532 | 3533 | | |
3533 | 3534 | | |
3534 | 3535 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
0 commit comments