You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a labeler action set up for when PR is opened, using all your default settings. The labeler YAML is set up as such (relevant parts listed below):
When astropy/astropy#11023 was opened, the only file changed was docs/coordinates/apply_space_motion.rst. By the labeler logic, it should apply Docs and coordinates.
However, the PR author already manually applied Docs label at creation time. As a result, the labeler ended up removing the Docs label. Is this a bug? How do I tell it to simply no-op when a label that should be applied is already there?
Hope you can help and thanks for such a useful action!
I have a labeler action set up for when PR is opened, using all your default settings. The labeler YAML is set up as such (relevant parts listed below):
When astropy/astropy#11023 was opened, the only file changed was
docs/coordinates/apply_space_motion.rst. By the labeler logic, it should applyDocsandcoordinates.However, the PR author already manually applied
Docslabel at creation time. As a result, the labeler ended up removing theDocslabel. Is this a bug? How do I tell it to simply no-op when a label that should be applied is already there?Hope you can help and thanks for such a useful action!