-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
CI/CD: Add label automation to Discussions #27629
Comments
I've been able to take a bit of a look at this and see the status/blockers. We can currently make use of some of the same scripting that we use for issues, such as the However, it looks like the current problem is that the gh CLI (and API) does not interface with discussions, which is how we add labels to issues. The current solution provided by GitHub is to use GraphQL for discussion API. Sources: here, and here. Example queries for adding labels to a discussion: Here, and here. |
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping |
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping |
A nice solution for this could be the |
Component(s)
No response
Describe the issue you're reporting
This is being created from discussions around #27456. A lot of issues are being created that would be better suited for discussions, as they're often usability questions. In order to better support discussions we need to be able to add labels to discussions that can ping code owners. Once this is in place we can add a new issue template that will automatically convert questions to discussions.
The text was updated successfully, but these errors were encountered: