зеркало из https://github.com/github/docs.git
check repo is docs-internal in both jobs (#677)
This commit is contained in:
Родитель
dc66f2d685
Коммит
1ca03f96b2
|
@ -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:
|
||||
|
|
Загрузка…
Ссылка в новой задаче