From f09bb55385231f2b47ab6b4ec9004add9e6e6141 Mon Sep 17 00:00:00 2001 From: Jeremiah Lowin <153965+jlowin@users.noreply.github.com> Date: Thu, 22 Jan 2026 09:24:43 -0500 Subject: [PATCH] Skip label triage for Dependabot PRs --- .github/workflows/marvin-label-triage.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/marvin-label-triage.yml b/.github/workflows/marvin-label-triage.yml index c50827888..321135b06 100644 --- a/.github/workflows/marvin-label-triage.yml +++ b/.github/workflows/marvin-label-triage.yml @@ -19,6 +19,7 @@ concurrency: jobs: label-issue-or-pr: + if: github.actor != 'dependabot[bot]' runs-on: ubuntu-latest timeout-minutes: 10 permissions: