18 lines
414 B
YAML
18 lines
414 B
YAML
_extends: probot-settings
|
|
|
|
project-board:
|
|
name: 'Pipeline for QA'
|
|
min-reviewers: 1
|
|
tested-pr-label-name: 'Tested - Issues'
|
|
contributor-column-name: 'CONTRIBUTOR'
|
|
review-column-name: 'REVIEW'
|
|
test-column-name: 'E2E Tests'
|
|
|
|
automated-tests:
|
|
repo-full-name: 'status-im/status-mobile'
|
|
job-full-name: 'status-mobile/e2e/status-app-prs'
|
|
kickoff-column-name: 'E2E Tests'
|
|
|
|
github-team:
|
|
slug: 'clojure'
|