Card Awaiting Triage
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?
You would need an additonal added_issue_to_project action.
Is that currently a feature? Or is that something that has to be requested to be added?
Thanks