0.1.115 • Published 6 years ago

@crediful-owner/travis-bot v0.1.115

Weekly downloads
1
License
GPL-3.0
Repository
github
Last release
6 years ago

Crediful

This repository is part of the source code of Crediful. You can find more information at crediful.io or by contacting opensource@crediful.io.

You can find the published source code at github.com/crediful.

For licensing information, see the attached LICENSE file and the list of third-party licenses at crediful.io/legal/licenses/.

Travis Bot

A bot used by Travis build scripts to post Git commit messages to Crediful when pull requests get merged. If there is a version tag, then the bot also posts a changelog.

Getting Started

yarn install
yarn start

Installation

yarn global add @crediful/travis-bot

Usage

Execution

Bash

#!/bin/bash

export CREDIFUL_WEBAPP_BOT_EMAIL="<email>"
export CREDIFUL_WEBAPP_BOT_PASSWORD="<password>"
export CREDIFUL_WEBAPP_BOT_CONVERSATION_IDS="<conversation id>,<conversation id>"

crediful-travis-bot

Node

yarn dist
bin/crediful-travis-bot.js "<conversation id>,<conversation id>"