-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[MM-611]: Added the feature to select the default repository for the channel #806
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
@Kshitij-Katiyar, I have tested this PR, and the slash commands to set, get, and unset the default repo are working fine. However, the issue create modal does not open upon using the " /GitHub issue create " command in the channels. |
webapp/src/components/github_repo_selector/github_repo_selector.jsx
Outdated
Show resolved
Hide resolved
@arush-vashishtha the issue has been fixed, please re-test the PR. |
Summary
Created the slash commands /github default-command get, set, and unset, to handle the default repo for channel per user. The default repo will be auto-filled in the create GitHub issue modal so the user won't need to search the repo everytime.
Ticket Link
Fixes #611
What to tests