probot-projects
v1.0.1
Published
Add new Issues and PullRequests to a GitHub Project Board
Readme
probot-projects
Do you like the idea of GitHub's Project Automation feature but find it lacking?
This probot will automatically add new Issues or Pull Requests to a Project board.
# Example /.github/config.yml file for a repository
project:
type: "REPOSITORY" # or "ORGANIZATION"
number: 1
new_issue_column:
index: 0
# name: "To do"
new_pull_request_column:
index: 1
# name: "In progress"When combined with GitHub's Project Automation feature you can just look at your Project Board and no longer need to look through individual repositories to see the state of your project.
