probot-projects

1.0.1 • Public • Published

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.

/probot-projects/

    Package Sidebar

    Install

    npm i probot-projects

    Weekly Downloads

    2

    Version

    1.0.1

    License

    none

    Unpacked Size

    5.85 kB

    Total Files

    5

    Last publish

    Collaborators

    • philschatz