From 67195c605139dfd4b3cd1e7d7e627752e71a7f1f Mon Sep 17 00:00:00 2001 From: Meier Lukas Date: Fri, 9 Aug 2024 19:23:14 +0200 Subject: [PATCH] fix: wrong id for renovate auto approval (#957) --- .github/workflows/renovate-automatic-approval.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/renovate-automatic-approval.yml b/.github/workflows/renovate-automatic-approval.yml index 97871968f..4f8020308 100644 --- a/.github/workflows/renovate-automatic-approval.yml +++ b/.github/workflows/renovate-automatic-approval.yml @@ -6,7 +6,7 @@ on: jobs: approve-renovate-prs: runs-on: ubuntu-latest - if: github.actor_id == 816230 # Id of renovate bot see https://github.com/organizations/homarr-labs/settings/apps/homarr-renovate + if: github.actor_id == 158783068 # Id of renovate bot see https://api.github.com/users/homarr-renovate%5Bbot%5D steps: - name: Checkout code uses: actions/checkout@v4