From caa4248ddf61477bcb5eb7b946ad10756993d054 Mon Sep 17 00:00:00 2001 From: yihau Date: Thu, 23 May 2024 13:00:39 +0800 Subject: [PATCH] XXX --- .github/workflows/dependabot-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependabot-pr.yml b/.github/workflows/dependabot-pr.yml index 994050d8ffe006..b365a6b8f4a64f 100644 --- a/.github/workflows/dependabot-pr.yml +++ b/.github/workflows/dependabot-pr.yml @@ -8,7 +8,7 @@ on: jobs: dependabot: runs-on: ubuntu-latest - if: github.triggering_actor == 'dependabot[bot]' + if: github.triggering_actor == 'yihau' steps: - name: checkout uses: actions/checkout@v4