GitXplorerGitXplorer
k

travis-github-pr-bot

public
7 stars
7 forks
3 issues

Commits

List of commits on branch master.
Verified
54155a2ed8fc628f356f9ce6954d8569c0dddea8

Update README.md

kkoddsson committed 2 years ago
Verified
6a6f56161c64ca03467cfbec7b72e56e5897fc97

Merge pull request #12 from koddsson/dependabot/pip/travis_bot/requests-2.20.0

kkoddsson committed 5 years ago
Verified
8d9d2fcbddc326b25a30c7cb089edbad3ecbc960

Bump requests from 2.4.3 to 2.20.0 in /travis_bot

ddependabot[bot] committed 5 years ago
Unverified
0ff1a3439fdd12ee9ed5648c24f448201486e02a

Merge pull request #10 from mrshu/mrshu/fix-TRAVIS_PULL_REQUEST

committed 7 years ago
Unverified
4f2af2e47df7b094372827d8840c75bc5a55b107

travis_bot.py: Fix typo

mmrshu committed 7 years ago
Unverified
ab7ef1041c8ebfa269276f0474cec17af3815d29

Merge pull request #9 from mrshu/mrshu/fix-TRAVIS_PULL_REQUEST

committed 7 years ago

README

The README file for this repository.

⚠️ This repo is now deprecated ⚠️

Build Status

A pretty simple python script that will get output from stdin and comment that output onto the pull request that initilized the build on travis.

Getting up and running.

  1. Have travis build enabled github repo.
  2. Have a dummy github account and get a token for it.
  3. Add the dummy account token to the travis config file under under TRAVIS_BOT_GITHUB_TOKEN.
  4. Add the something equivalent following lines to your .travis.yml file, incidentally the following code will report flake8 results to the PR.
before_install:
  - pip install travis_bot
  - flake8 . | travis_bot