diff --git a/.github/workflows/pr-triage.yml b/.github/workflows/pr-triage.yml index d380983e..d0491d9e 100644 --- a/.github/workflows/pr-triage.yml +++ b/.github/workflows/pr-triage.yml @@ -6,6 +6,7 @@ on: jobs: agent-triage-pull-request: + if: "!contains(github.event.pull_request.labels.*.name, 'bot triaged') && !contains(github.event.pull_request.labels.*.name, 'google-contributor')" runs-on: ubuntu-latest permissions: pull-requests: write