MLH-Fellowship / github-discord-bot

This bot allows you to associate a Github repo to a Discord channel and get quick info, such as summary, recent issues, pull requests, etc.
MIT License
6 stars 1 forks source link

get issue by name working #43

Closed Laurell876 closed 3 years ago

Laurell876 commented 3 years ago

A command was added to get an issue by its title. Run the following command from the discord channel:

!git issue_by_name title state repoName

Replace title with the title of the issue being requested and replace state with either 'open' or 'closed', and optionally you can either replace the repoName parameter with an actual repository name or remove it entirely if an associated repo name is already set in the app

Closes #26

gmelodie commented 3 years ago

It looks like the commit you're pushing here is contained in #44, so I'll be only considering that PR and closing this one. Be careful with branching from a non-master branch in the future.