getsentry / team-webplatform-meta

0 stars 0 forks source link

GH Issue Project sync is broken #10

Closed AbhiPrasad closed 1 year ago

AbhiPrasad commented 1 year ago

https://github.com/orgs/getsentry/projects/31/workflows/query_matched_add_project_item might help us (if it allows us through)

HazAT commented 1 year ago

Something changed in the Github GraphQL API which broke our GH Action sync See: https://github.com/getsentry/sentry-project-automation/actions/runs/3984926135/jobs/6831690475

It seems projectNext got renamed to projectV2 https://github.com/getsentry/sentry-project-automation/commit/dfb8baa80ecda1a0f4736416597232b4a8b6c9f0

and now it can't find the title

Field 'title' doesn't exist on type 'ProjectV2Item' see the run action.

We need to fix this, I didn't have time to drill in much deeper cause of meetings :/

HazAT commented 1 year ago

OK closing, sync should work again