CompatHelper.jl icon indicating copy to clipboard operation
CompatHelper.jl copied to clipboard

Prevent CompatHelper PRs from polluting TagBot entries?

Open tlnagy opened this issue 4 years ago • 4 comments

Is it possible to automatically label CompatHelper PRs with the no changelog label so that they don't fill up the TagBot changelog output?

tlnagy avatar Nov 23 '19 20:11 tlnagy

Currently we don’t have that ability. But it would be a cool feature to add. I’d be happy to review a PR that adds this feature to CompatHelper.

DilumAluthge avatar Nov 23 '19 23:11 DilumAluthge

https://github.com/JuliaWeb/GitHub.jl/pull/115 might add the option for labeling new PRs.

tlnagy avatar Nov 23 '19 23:11 tlnagy

You can already add labels, Registrator does it.

fredrikekre avatar Nov 23 '19 23:11 fredrikekre

Yeah, GitHub.jl already has the ability to add labels to a PR. Someone just has to add the feature to CompatHelper.

I think it should be an opt-in feature. So the default behavior is that no labels are added. And then you can opt in by providing a list of one or more labels that you would like to add.

DilumAluthge avatar Nov 23 '19 23:11 DilumAluthge