Commit 94e7cfb
ci: fix renovate approve condition to check PR author (#144)
github.actor reflects who triggered the event (e.g. a human reopening
the PR), not who authored it. Use github.event.pull_request.user.login
in the caller to correctly identify Renovate-authored PRs regardless
of who triggers the workflow.
Signed-off-by: jimisola <jimisola@jimisola.com>
Co-authored-by: Jimisola Laursen <jimisola.laursen@resurs.se>1 parent 9c9d698 commit 94e7cfb
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
0 commit comments