Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
trexfeathers opened this issue Jul 26, 2023 · 0 comments · Fixed by #16
Closed

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

trexfeathers opened this issue Jul 26, 2023 · 0 comments · Fixed by #16
Assignees
Labels
bug Something isn't working 🚴‍♀️ peloton Relating to https://github.com/orgs/SciTools/projects/13

Comments

@trexfeathers
Copy link
Contributor

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:

project_items: List[ProjectItem] = ProjectItem.items_from_table(table)

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.

@trexfeathers trexfeathers added bug Something isn't working 🚴‍♀️ peloton Relating to https://github.com/orgs/SciTools/projects/13 labels Jul 26, 2023
@trexfeathers trexfeathers self-assigned this Jul 26, 2023
@scitools-ci scitools-ci bot removed this from 🚴 Peloton Dec 15, 2023
@scitools-ci scitools-ci bot removed this from 🚴 Peloton Jan 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working 🚴‍♀️ peloton Relating to https://github.com/orgs/SciTools/projects/13
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant