1
0
mirror of synced 2026-01-04 00:06:20 -05:00

Ignore autoupdate PRS

This commit is contained in:
Rachael Sewell
2020-10-18 10:18:09 -07:00
committed by GitHub
parent fce5464e31
commit ae796f7ea8

View File

@@ -5,7 +5,7 @@ on:
jobs:
first-responder-triage:
if: github.repository == 'github/docs-internal' && github.event.pull_request.draft == false && github.event.action != 'unlabeled'
if: github.repository == 'github/docs-internal' && github.event.pull_request.draft == false && github.event.action != 'unlabeled' && !contains(github.event.issue.labels.*.name, 'autoupdate')
runs-on: ubuntu-latest
steps: