diff --git a/.github/github-bot.yml b/.github/github-bot.yml index 5889cddc3c..9d7098b4d8 100644 --- a/.github/github-bot.yml +++ b/.github/github-bot.yml @@ -1 +1,14 @@ -_extends: probot-settings \ No newline at end of file +_extends: probot-settings + +project-board: + name: 'Pipeline for QA' + contributor-column-name: 'CONTRIBUTOR' + review-column-name: 'REVIEW' + test-column-name: 'TO TEST' + +automated-tests: + repo-full-name: 'status-im/status-react' + job-full-name: 'end-to-end-tests/status-app-end-to-end-tests' + +github-team: + slug: 'clojure'