ManageIQ/miq_bot

[RFE][Meta] Have `miq_bot` label issues with `feature` if [RFE] exists in the Issue/PR title

Open

#525 opened on Oct 29, 2020

View on GitHub
 (3 comments) (0 reactions) (0 assignees)Ruby (38 forks)auto 404
enhancementhelp wanted

Repository metrics

Stars
 (16 stars)
PR merge metrics
 (PR metrics pending)

Description

As shown here:

https://github.com/ManageIQ/manageiq/issues/20760

Generally, if the [RFE] prefix exists in title, a maintainer will come along and add the feature tag to it (I will save them the trouble with this one :wink:).

Edit: or I guess enhancement if the feature label doesn't exist...

This probably can be automated in a similar fashion to the [WIP] bot title, if not that code be made to work more generically, with maybe the only exception being that the label probably shouldn't be removed if the title is edited, but that can be a discussion topic in this issue.

Additionally, we probably can support [Bug] as well, and maybe a few other common labels if any come to mind.

@miq-bot add_label feature

Contributor guide