Skip to content

Commit f014358

Browse files
try to fix approve action
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
1 parent 9bc9713 commit f014358

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/renovate-approve-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ concurrency:
2424

2525
jobs:
2626
auto-approve-merge:
27-
if: github.event.pull_request.user.login == 'renovate'
27+
if: github.event.pull_request.user.login == 'renovate'
2828
runs-on: ubuntu-latest
2929
permissions:
3030
# for hmarr/auto-approve-action to approve PRs

0 commit comments

Comments
 (0)