зеркало из https://github.com/github/docs.git
chore: Only trigger first responder for internal (#915)
The `||` for the closed cause this to trigger on public repo
This commit is contained in:
Родитель
0f07801f35
Коммит
3ef3c81599
|
@ -53,7 +53,7 @@ jobs:
|
|||
|
||||
first-responder-remove-pr:
|
||||
name: Remove PR from FR project board
|
||||
if: github.repository == 'github/docs-internal' && (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:
|
||||
|
|
Загрузка…
Ссылка в новой задаче