-
Notifications
You must be signed in to change notification settings - Fork 94
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
Update Action to use new ProjectsV2 api #105
Conversation
ProjectsNext API is going to be deprecated in favour of new ProjectsV2.
4ef77e9
to
58dc7ef
Compare
Remove feature flags header as it will not be needed after API is released.
I have update the Readme and removed reference from @mattcosta7 WDYT about making 0.1.0 release when merge those changes? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We updated the addProjectV2ItemById
mutation to return a item
field instead of projectItem
to align with other call sites across the ProjectV2
mutations and objects.
Co-authored-by: Matt B <[email protected]>
Setting pckage version
Are the docs here still correct - or can they be updated as well to account for the new https://github.com/actions/add-to-project#inputs specifically around the scopes necessary for this token |
Thanks for asking. It was updated, but your comment made me double check and it wasn't updated in all places. 🙇 |
Currently beta
ProjectNext
API is going to be deprecated soon. Is is being replaced with newProjectV2
API.In this PR I am updating add-to-project action to use new
ProjectV2
API.