Commit 124050b
ci: fix renovate approve condition to check PR author (#79)
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 7138e83 commit 124050b
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