From commits-return-6943-archive-asf-public=cust-asf.ponee.io@openwhisk.apache.org Sun Mar 17 12:39:15 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id F02C3180629 for ; Sun, 17 Mar 2019 13:39:14 +0100 (CET) Received: (qmail 65073 invoked by uid 500); 17 Mar 2019 12:39:14 -0000 Mailing-List: contact commits-help@openwhisk.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openwhisk.apache.org Delivered-To: mailing list commits@openwhisk.apache.org Received: (qmail 65064 invoked by uid 99); 17 Mar 2019 12:39:14 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 17 Mar 2019 12:39:14 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 7ECED892EE; Sun, 17 Mar 2019 12:39:13 +0000 (UTC) Date: Sun, 17 Mar 2019 12:39:13 +0000 To: "commits@openwhisk.apache.org" Subject: [incubator-openwhisk-package-kafka] branch master updated: add slackbot PR webhook (#326) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <155282635344.9703.11017050955756329127@gitbox.apache.org> From: rabbah@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-openwhisk-package-kafka X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 5ff7c6dfbcc8bab5e08db9856e6845b1e04206e4 X-Git-Newrev: 3a75f1f0ae178546131bf7833c54bfe7049ea7e9 X-Git-Rev: 3a75f1f0ae178546131bf7833c54bfe7049ea7e9 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. rabbah pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-package-kafka.git The following commit(s) were added to refs/heads/master by this push: new 3a75f1f add slackbot PR webhook (#326) 3a75f1f is described below commit 3a75f1f0ae178546131bf7833c54bfe7049ea7e9 Author: David Grove AuthorDate: Sun Mar 17 08:39:09 2019 -0400 add slackbot PR webhook (#326) --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.travis.yml b/.travis.yml index 98bcffd..58fa2d2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,6 +21,13 @@ language: scala services: - docker +notifications: + email: false + webhooks: + urls: + # travis2slack webhook to enable DMs on openwhisk-team.slack.com to PR authors with TravisCI results + secure: "1lEBnsNFiwSLx2tp3UqzFcfLsweth5MO9Rq/kKqSp99XL00z0pPvn2BgDUSUqtX1AeNoB9LWlVgaULdosp1llWP9P5z/N8eqlGEa3iTRDLWY7SDBAUnbC4W7E5v5kNLhHi3gkzb1BgbadchMNiSnpbucq+vDYAyGVSL3IrOOwHFyqrAMeG/ZI+KSqgoW4q8CjAkWjusWbxwOc/DmiIu/rsUDnAL8YUBHVjfvwlhs3MJ2EjTwpd2pUzqB+v4ENgoe29XcNFtIMHum+zDAJ9KB8Gggs86swne8xJQk6q+mGjWOQQDm1p/hfk0Y1g5aYAhO+XYgxnLhOeHOf8tpza3mTghtwdYdCVZsK530GSxyfd3M4cNSAqVHkQLQidEHQDPCXnfhM0pGiOFbYlMqUxG4P8SRv+gnjJgU6rRRuGgFVXB2gIhASRRJMqo8UYY1VGZwIpjQVaSKoGM80ZyEepfIhUarT0J/s [...] + env: global: - secure: "mBHstQIJFTt7klYxMR+GLQ97YA2jDgOVd4vBOCj6clugG6ujKvV0716r3U//4/qI0D7tu0EfSnGTs3xJkSx4Ctfz2xGfAA2leEmZJSoOxcvlayWu41+QLvH4ZCbBBchifvpHR1z2ilZF0owtwo3wlDL51zn+rxx/zmA6daesW7ggG15+uron+d1esbT9nEQVZfIVGOyK6vgcuF4kMPR181p07khG7jbRnH6F3hlox2el3t0ftRZJcADWqlSgNfv1EwCQBbhi/POTNeYbapLxwWhPbgNDHzAYvJrCTWj1M9/6wewp6q1rlDwsukRQA9zVbvjXqf+JCQYoWTsoamj3LARmsUKWLsU9+wOUxwiyZwZNXYGTke7eVvoQv3D+8Zsfv+LGNoYwCaNz5+IX5BdTDi4gIPNyulYanSh7UPG05tHXCXHXVEBPXubxEmXjNvVS9BC2YozSW6GMEyaRSh5lS2Ae9VuLF [...]