I try to automate workflow in my GitHub project kanban board.
The goal is: when the issue is closed and card located in "Closed" column I want to get notification via email that this issue was closed 30 days ago and I maybe want to do something with it.
I checked in Github workflow documentation, there is an event:
on:
project_card:
types: moved
But it will not work in my case. I need to specify that this card is closed and located in "Closed" column.