From 300b2a9b0df9347ac87eef0c25a57f0b78e64bc6 Mon Sep 17 00:00:00 2001 From: Pedro Pombeiro Date: Sat, 20 Jan 2018 00:47:23 +0100 Subject: [PATCH] Add config for `bounty-awaiting-approval` tag handling --- github.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/github.yaml b/github.yaml index 5138ca1..1e140d7 100644 --- a/github.yaml +++ b/github.yaml @@ -6,6 +6,11 @@ new-pull-requests: welcome-bot: message: 'Thanks for making your first PR here!' +bounty-awaiting-approval: + project-board: + name: 'Status SOB Swarm' + review-column-name: 'bounty-awaiting-approval' + slack: notification: room: 'status-hubot' \ No newline at end of file