GH Action for processing Blazor issues #33920
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
@adegeo (cc: @Rick-Anderson @tdykstra @wadepickett) ... I'll give this a shot and see what happens ...
aspnet-core/svcandblazor/subsvclabels, along with the usual job tasks that I do for Blazor issues: place a 'hello' comment, label it withBlazor, assign me to the issue, and remove theNot Triagedlabel (if present ... if Repoman ran and applied it).aspnetcore/blazor/**. I'm not sure about theonconditional checks because GH docs don't show an example of this combination working ... but we'll see soon enough! 😆If this works, my recommendation will be to remove the initial labels that Repoman is applying and apply all them via a workflow.
I'll ping everyone in a moment from a test issue, and we can see if this actually works 🤞🍀.
If
paths: - 'aspnetcore/blazor/**'doesn't trigger the job becausepathsonly works for filepushactions, then I'll try a conditional-based approach at the job level to see if I can get it to recognize the path textaspnet/core/blazorin the opening comment text.Internal previews