bluzi / travis-buddy

:rocket: Seamless integration between TravisCI and GitHub

Home Page:https://www.travisbuddy.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add labels to show how many builds have been triggered by PR

jayvdb opened this issue · comments

Useful to see who isnt testing locally.

That one is a bit tricky: TravisBuddy doesn't have the required permission to create labels

The labels could be created by the repo owners, and have to match a basic pattern that travisbuddy can detect.

e.g. a repo might have labels

  • PR build count - 1
  • PR build count - 2
  • PR build count - 3
  • PR build count - 4
  • PR build count - 5
  • PR build count - 10
  • PR build count - 20
  • PR build count - 30
  • PR build count - 40
  • PR build count - 50
  • PR build count - >50