project-bot
project-bot copied to clipboard
:octocat: Automatically add and move Issues/Pull Requests on a Project board
Right now we can move items when a label has been assigned. It's also useful to have the opposite workflow, so e. g. when I move something into the "QA"...
I would like to be able to define a rule such that when a card is moved into a project or column, it will go to the bottom of the...
I think you might already be aware based on [your comment here](https://github.com/philschatz/project-bot/issues/68#issuecomment-548507754), but the current constraint of requiring the project-bot automation cards to be at the top or bottom of...
### Steps to reproduce 1. Install project-bot 2. Create new github project board 3. Add automation note to column: ``` ###### Automation Rules - `added_label` **needs:triage** - `new_issue` ``` ###...
In this repository: https://github.com/daostack/alchemy This card doesn't work. Issues are not added to the column on neither create nor reopen. ``` ###### Automation Rules - `new_issue` - `reopened_issue` ``` project-bot...
## The dependency [probot](https://github.com/probot/probot) was updated from `9.9.5` to `9.9.6`. 🚨 [View failing branch](https://github.com/philschatz/project-bot/compare/master...philschatz:greenkeeper%2Fprobot-9.9.6). This version is **covered** by your **current version range** and after updating it in your project...
Github allows projects to exist inside, and outside of repositories. In attempting to give this a trial run, I noticed that the automation does not appear to work if the...
Thanks for the good tool. I found the typo and fixed it.