project-bot icon indicating copy to clipboard operation
project-bot copied to clipboard

Label filter and new_issue not working

Open eliserichards opened this issue 4 years ago • 2 comments

Steps to reproduce

  1. Install project-bot
  2. Create new github project board
  3. 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

eliserichards avatar Apr 24 '20 02:04 eliserichards

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.

elijahchancey avatar May 21 '20 21:05 elijahchancey

I tried this today, and it works. However, I had an additional step in my setup (see step 3):

  1. Install project-bot
  2. Create new github project board
  3. Add at least one Linked repository to board (Settings -> Linked Repositories)
  4. 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.

tdonohue avatar Jul 14 '20 20:07 tdonohue