project-bot
project-bot copied to clipboard
Label filter and new_issue not working
Steps to reproduce
- Install project-bot
- Create new github project board
- Add automation note to column:
###### Automation Rules
<!-- Documentation: https://github.com/philschatz/project-bot -->
- `added_label` **needs:triage**
- `new_issue`
Expected
New issues added in my repository are added to this column. Any issues with needs:triage
label are added to this column.
Actual
Nothing happens.
Notes:
- Attempted this with different labels, adding and removing them (refreshing the project boards & issue lists)
- Attempted using filters other than
new_issue
with no change
Same...I added this project yesterday and it worked (a new issue was automatically added to the project)...But then today I created a new test issue and it wasn't added.
I tried this today, and it works. However, I had an additional step in my setup (see step 3):
- Install project-bot
- Create new github project board
- Add at least one Linked repository to board (Settings -> Linked Repositories)
- Add automation note to column:
###### Automation Rules
<!-- Documentation: https://github.com/philschatz/project-bot -->
- `new_issue`
After that setup, I created a new issue in one of the Linked Repositories, and it appeared in the given column.