@crediful/travis-bot
TypeScript icon, indicating that this package has built-in type declarations

0.1.113 • Public • Published

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>"

Readme

Keywords

none

Package Sidebar

Install

npm i @crediful/travis-bot

Weekly Downloads

1

Version

0.1.113

License

GPL-3.0

Unpacked Size

2.02 kB

Total Files

2

Last publish

Collaborators

  • crediful-owner