We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c9d28fb + 78eea1a commit de110e6Copy full SHA for de110e6
.github/workflows/pr-triage.yml
@@ -6,6 +6,7 @@ on:
6
7
jobs:
8
agent-triage-pull-request:
9
+ if: "!contains(github.event.pull_request.labels.*.name, 'bot triaged') && !contains(github.event.pull_request.labels.*.name, 'google-contributor')"
10
runs-on: ubuntu-latest
11
permissions:
12
pull-requests: write
0 commit comments