Skip to content

Peloton workflow possibly struggling with duplicate items #248

@trexfeathers

Description

@trexfeathers

Have seen a couple of runs this weekend where the Peloton workflow has attempted to add the same item to the project twice in the same query. GitHub handles this but our workflow cannot handle it downstream. I was unable to replicate the problem this morning. If it materialises again we might consider adding something after this line:

issues_discussions = pd.concat(
[issues.data_frame, discussions.data_frame, accessibility.data_frame],
)

The issues_discussions dataframe uses the ID of the issue/pr/discussion as the index. We can enforce this to be unique (it is certainly expected to be).

Metadata

Metadata

Assignees

No one assigned

    Labels

    🚴‍♀️ pelotonRelating to https://github.com/orgs/SciTools/projects/13

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions