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
Question: is it possible to attach a text to specific labels from the rocket-cat side. For example: if I add a label "invalid" it might be very nice to have a standard text for this action like: "closing this because you didn't follow the issue template. here is a link to whatever documentation". This would save a lot of effort and would streamline comments/reactions to usual problems (like missing issue template).
Maybe for usual combinations one can introduce special actions like closedupe #issuenumber to, in this case, achieve the following:
close the issue
label it with duplicate
add a text like " hi there. We assume that your issue is a duplicate of #issuenumber. Please check this issue. If you feel we're in error, feel free to reopen this issue and tell us why you think this is not an identical issue"
Question: is it possible to attach a text to specific labels from the rocket-cat side. For example: if I add a label "invalid" it might be very nice to have a standard text for this action like: "closing this because you didn't follow the issue template. here is a link to whatever documentation". This would save a lot of effort and would streamline comments/reactions to usual problems (like missing issue template).
It seems like, in general, something like that is possible with probot: https://github.com/probot/probot/blob/master/.github/config.yml
Maybe for usual combinations one can introduce special actions like
closedupe #issuenumber
to, in this case, achieve the following:duplicate
Already opened:
Cheers
Thomas
The text was updated successfully, but these errors were encountered: