-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
Does not seem to support "Beta" projects #64
Comments
Hi @OliverRC You are correct, it doesn't. This project uses GitHub's REST API, and unfortunately, the beta API seems to require using the GraphQL API. That means it's not straightforward for me to support this and the action needs a bit of work to make it happen. When I have some time I will get around to doing this, but I can't promise anything soon. If anyone wants to take a shot at providing beta projects support, feel free, but please let me know in the comments. |
I have made an implementation of assigning cards and custom fields via the GraphQL. I will have a look at maybe doing a PR or showing how I did it here when I am back at my work machine. |
There is an official action, but it only seems to cover a simple case of adding a card to a project. It will be a useful reference to write this action's functionality for beta. |
Hi, just wondering if this is still something that you are planning to do now that GitHub has sunset Projects (classic). |
@nullnik-0 I'll try and take a look at this in the near future. The first thing I need to do is just check feasibility, and if the behaviour of this action will actually map well to the new projects. |
After taking a look at the new projects today I'm not sure if this action makes sense anymore.
If anyone has any use cases where the combination of the official add-to-project action, and Project Workflows isn't sufficient, I would like to know. |
Expected:
Define the name and location of "Beta" project to assign a card to an issue or PR.
Actual:
Does not find any projects. Only seems to find "classic" projects from my testing.
Attempts:
Logs:
The text was updated successfully, but these errors were encountered: