Commit aaf7a32
committed
/git-artifacts and /release need to be more careful when looking for runs
The `/git-artifacts` and `/release` slash commands need to look for
`tag-git` and `git-artifacts` Check Runs, respectively. However, those
Check Runs could potentially be created via regular PR workflow runs
that are triggered by PRs opened by untrusted users.
Let's make sure that these slash commands only ever look for Check Runs
that were triggered by the GitForWindowsHelper GitHub App.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>1 parent d11f565 commit aaf7a32
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
289 | 289 | | |
290 | 290 | | |
291 | 291 | | |
| 292 | + | |
292 | 293 | | |
293 | 294 | | |
294 | 295 | | |
| |||
411 | 412 | | |
412 | 413 | | |
413 | 414 | | |
414 | | - | |
| 415 | + | |
415 | 416 | | |
416 | 417 | | |
417 | 418 | | |
| |||
0 commit comments