Closed evan-flynn-apexai closed 3 months ago
Good point! But do note that we already define auxiliary_target_kwargs["tags"] at https://github.com/bazelbuild/stardoc/blob/master/stardoc/stardoc.bzl#L89 - so we want to merge the two lists of tags rather than just set it.
Could you please assign the issue to me ? Thankyou
@yashathwani, if you are interested, you can simply send a PR
@tetromino @evan-flynn-apexai
I have raised a pull request to address the feature with passing tags from the main stardoc
target to the auxiliary targets (#245). Could you please review and merge it if everything looks good? Thank you!
@tetromino @evan-flynn-apexai could you please review the pull request
The auxilary targets created within the stardoc macro do not include any tags that are passed into the top-level stardoc macro. It would be nice to allow users who want to specify custom tags to do so and pass them along to the auxiliary targets too.
Something like this is what I had in mind similar to what is done today for the
testonly
attribute