Description Goals for Project
Ordered by Priority:
Arborist starts properly
Arborist catches events when a branch is created
Arborist catches events when an issue is created by the bot
Arborist creates an issue for a branch that doesn't meet naming convention
Arborist reads the config file (used the setting.js file from probot-settings , See Implement ability to read in a config file #4
Arborist validates the branch against the configuration setting, Arborist validates the branch against the configuration setting #5
Arborist updates existing issue for any new branches that don't meet naming convention, See Updates existing issue for any new branches that don't meet naming convention #11
Arborist creates an issue for Pull Request that is closed, but the branch hasn't been deleted after a period of time, See Create an issue for Pull Request that is closed, but the branch hasn't been deleted after a period of time #12
Arborist creates an issue for Pull Request that is merged, but the branch hasn't been deleted after a period of time, See Create an issue for Pull Request that is merged, but the branch hasn't been deleted after a period of time #13
Arborist updates existing issue for any Pull Requests that are closed, but the branch hasn't been deleted, See Update existing issue for any Pull Requests that are closed, but the branch hasn't been deleted #14
Arborist updates existing issue for any Pull Requests that are merged, but the branch hasn't been deleted, See Update existing issue for any Pull Requests that are merged, but the branch hasn't been deleted #15
Arborist monitors created issues for any that get closed/completed, See Watch for issues probot created that get closed #7
Arborist creates new issues when conditions are met after previous issues are closed. Creates new issues when conditions are met after previous issues are closed #8
Create travis config for Arborist builds (example1 , example2 ), See Create Travis config for builds #6
Update the Wiki with needed information, See Update the Wiki with needed information #9
Add support for Arborist deleting branches based on configuration setting. (Currently, node-gtthub doesn't support deleting branches)
If all the branches listed in an issue are deleted, Arborist closes the issue (Currently, node-gtthub doesn't support closing issues)
Reactions are currently unavailable
You can’t perform that action at this time.
Goals for Project
Ordered by Priority: