Skip to content

Creates cards on a designated Trello board any time you're assigned an issue on GitHub.

License

Notifications You must be signed in to change notification settings

MartinKolarik/assigned-to-trello

 
 

Repository files navigation

Assigned to Trello

Creates cards on a designated Trello board any time you're assigned an issue on GitHub.

Build Status Deploy

Configuration

You must set the following environmental variables:

  • TRELLO_BOARD_ID - In the URL for the board after /b/
  • TRELLO_LIST_NAME - The column name, e.g., "To Do"
  • GITHUB_TOKEN - A GitHub personal access token with repo or public_repo scope
  • TRELLO_PUBLIC_KEY - see below
  • TRELLO_MEMBER_TOKEN - see below

Generating a Trello key and token

  1. Clone this repo locally
  2. script/bootstrap
  3. bundle exec rake trello_token

Deployment

The app can be deployed to Heroku using the button above.

You'll need to add the free "Scheduler" add on, and

About

Creates cards on a designated Trello board any time you're assigned an issue on GitHub.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 98.9%
  • Shell 1.1%