You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by pv...@apache.org on 2020/05/01 14:17:18 UTC

[nifi] branch master updated: NIFI-7416: Update travis-ci to GitHub Actions in the PR template

This is an automated email from the ASF dual-hosted git repository.

pvillard pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/master by this push:
     new bce82a5  NIFI-7416: Update travis-ci to GitHub Actions in the PR template
bce82a5 is described below

commit bce82a5e6f500ccfc43a7ea99d40f9954e3e88a0
Author: Peter Turcsanyi <tu...@apache.org>
AuthorDate: Thu Apr 30 23:39:50 2020 +0200

    NIFI-7416: Update travis-ci to GitHub Actions in the PR template
    
    Signed-off-by: Pierre Villard <pi...@gmail.com>
    
    This closes #4247.
---
 .github/PULL_REQUEST_TEMPLATE.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 4bddb95..c8d17f0 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -32,4 +32,4 @@ to ensure the following steps have been taken:
 - [ ] Have you ensured that format looks appropriate for the output in which it is rendered?
 
 ### Note:
-Please ensure that once the PR is submitted, you check travis-ci for build issues and submit an update to your PR as soon as possible.
+Please ensure that once the PR is submitted, you check GitHub Actions CI for build issues and submit an update to your PR as soon as possible.