SciTools / .github

Organisational level things such as the SciTools README and organisation workflows
BSD 3-Clause "New" or "Revised" License
2 stars 3 forks source link

❗ Don't add closed items to the Peloton #14

Closed trexfeathers closed 9 months ago

trexfeathers commented 1 year ago

In order to delete items from the Peloton project, we first need to know their ID within the Project. This is currently achieved by adding them:

https://github.com/SciTools/.github/blob/fff6de34a7d353dc70a00736c879ac605089e9ca/peloton/populate.py#L304

This means that closed items are being added-then-removed every time the workflow runs (every day!). I have disabled the workflow for now and will hope to find time to investigate ASAP.