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

Update first-responder-docs-content.yml (#39102)

This commit is contained in:
Kevin Heis
2023-07-14 07:57:09 -07:00
committed by GitHub
parent bd6736cb02
commit afb36eafa5

View File

@@ -19,7 +19,7 @@ permissions:
jobs:
first-responder-triage-pr:
name: Triage PR to FR project board
if: github.repository == 'github/docs-internal' && github.event.pull_request.draft == false && github.event.action != 'unlabeled' && github.event.action != 'closed' && github.actor != 'dependabot[bot]' && github.actor != 'docs-bot'
if: github.repository == 'github/docs-internal' && github.event.pull_request.draft == false && github.event.action != 'unlabeled' && github.event.action != 'closed' && github.actor != 'dependabot[bot]' && github.event.pull_request.head.ref != 'repo-sync'
runs-on: ubuntu-latest
steps: