1
0
mirror of synced 2026-01-06 06:02:35 -05:00

check repo is docs-internal in both jobs (#677)

This commit is contained in:
Rachael Sewell
2020-10-21 10:14:21 -07:00
committed by GitHub
parent dc66f2d685
commit 1ca03f96b2

View File

@@ -53,7 +53,7 @@ jobs:
first-responder-remove-pr:
name: Remove PR from FR project board
if: (github.event.label.name == 'docs-content-fr' && github.event.action == 'unlabeled') || github.event.action == 'closed'
if: github.repository == 'github/docs-internal' && (github.event.label.name == 'docs-content-fr' && github.event.action == 'unlabeled') || github.event.action == 'closed'
runs-on: ubuntu-latest
steps: