Commit 8428e53
Jimisola Laursen
ci: fix renovate approve condition to check PR author
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>1 parent 9c9d698 commit 8428e53
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
0 commit comments