From 73f12e8961aef22a438e2441452c44e27373da9d Mon Sep 17 00:00:00 2001 From: ginokent <29125616+ginokent@users.noreply.github.com> Date: Sun, 5 Jan 2025 20:20:13 +0900 Subject: [PATCH] ci(github-actions): Update task-list-checker workflow to skip bot-initiated PRs --- .github/workflows/task-list-checker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/task-list-checker.yml b/.github/workflows/task-list-checker.yml index ed6d4bb..38f0181 100644 --- a/.github/workflows/task-list-checker.yml +++ b/.github/workflows/task-list-checker.yml @@ -11,7 +11,7 @@ on: jobs: task-list-checker: - if: github.actor != 'dependabot[bot]' + if: github.actor != 'dependabot[bot]' && github.actor != 'renovate[bot]' runs-on: ubuntu-latest timeout-minutes: 10 permissions: