summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2020-01-08 06:22:18 -0500
committerGitHub <noreply@github.com>2020-01-08 06:22:18 -0500
commit7597c80d2706f058d609b4d839100faa70654f4d (patch)
tree8a69b59c6885c279c32158d6bcc257a0447b4734 /.travis.yml
parent7b8c3863557576e7433d381fd05c95136a26e1fc (diff)
Switch PR labeling to use GitHub Actions. (#7630)
This decouples the PR labeling process from the main CI process, allowing them to run completely independenly of each other. The new labeling configuration is based on copying, extending, and correcting the existing labeling rules in the `labeler.sh` script which the commit is removing. Labeling is configured through `.github/labeler.yml` file. Check there for info on the exact format. The exact configuration being used will update labels on PR's whenever one is opened, updated, reopened, or marked ready for review. It will not remove existing labels from the PR, only add new ones.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 1 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index d2bd032df8..3932be7e67 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -250,10 +250,7 @@ jobs:
- stage: Support activities on main branch
- name: Run labeler on github issues
- script: .travis/labeler.sh # labeler should be replaced with GitHub Actions when they hit GA
-
- - name: Generate changelog for release (only on special and tagged commit msg)
+ name: Generate changelog for release (only on special and tagged commit msg)
before_script: post_message "TRAVIS_MESSAGE" "Support activities on main branch initiated" "${NOTIF_CHANNEL}"
script:
- echo "GIT Branch:" && git branch
@@ -543,9 +540,6 @@ jobs:
- name: Kickstart files integrity testing (extended)
script: ./tests/installer/checksums.sh
- - name: Run labeler on github issues
- script: .travis/labeler.sh # labeler should be replaced with GitHub Actions when they hit GA
-
# This is generating the changelog for nightly release and publish it
- name: Generate nightly changelog
before_script: post_message "TRAVIS_MESSAGE" "Starting changelog generation for nightlies" "${NOTIF_CHANNEL}"