philschatz / project-bot

:octocat: Automatically add and move Issues/Pull Requests on a Project board
https://github.com/apps/project-bot
MIT License
366 stars 57 forks source link

Card Awaiting Triage #32

Open nomadj1s opened 5 years ago

nomadj1s commented 5 years ago

Thank you for this bot. It's very useful.

I have a "To Do" column with the following note:

###### Automation Rules

<!-- Documentation: https://github.com/philschatz/project-bot -->

- `new_issue`
- `unassigned_issue`
- `reopened_issue`

When I create an issue in this repository, it is automatically added to the project board and added to the "To Do" column. However, if I go to the issue take it off the project and then change it back to the original project, instead of getting added to the "To Do" column, it gets put in triage. Is there a way to automatically have issues that are reassigned to the project added to the "To Do" column?

saerdnaer commented 5 years ago

You would need an additonal added_issue_to_project action.

nomadj1s commented 5 years ago

Is that currently a feature? Or is that something that has to be requested to be added?

Thanks