From 978f1f5741725c0957832fa69eb9fe963fa56edb Mon Sep 17 00:00:00 2001 From: Pedro Pombeiro Date: Mon, 22 Jan 2018 15:22:30 +0100 Subject: [PATCH] Initial GitHub bot settings --- .github/github-bot.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/github-bot.yml diff --git a/.github/github-bot.yml b/.github/github-bot.yml new file mode 100644 index 0000000..13d15c4 --- /dev/null +++ b/.github/github-bot.yml @@ -0,0 +1,16 @@ +new-pull-requests: + project-board: + name: 'Pipeline for QA' + review-column-name: 'REVIEW' + + welcome-bot: + message: 'Thanks for making your first PR here!' + +bounty-awaiting-approval: + project-board: + name: 'Status SOB Swarm' + approval-column-name: 'bounty-awaiting-approval' + +slack: + notification: + room: 'status-hubot' \ No newline at end of file