-
Notifications
You must be signed in to change notification settings - Fork 152
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
[GH-669]: Add org selector to create issue modal #675
Conversation
Hello @thoratvinod, Thanks for your pull request! A Core Committer will review your pull request soon. For code contributions, you can learn more about the review process here. |
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.
Thanks for this great contribution @thoratvinod! I have some comments regarding the GitHubOrg
config setting, and some other suggestions. Overall looking good 👍
webapp/src/components/github_repo_selector/github_repo_selector.jsx
Outdated
Show resolved
Hide resolved
webapp/src/components/github_repo_selector/github_repo_selector.jsx
Outdated
Show resolved
Hide resolved
webapp/src/components/github_repo_selector/github_repo_selector.jsx
Outdated
Show resolved
Hide resolved
webapp/src/components/github_repo_selector/github_repo_selector.jsx
Outdated
Show resolved
Hide resolved
webapp/src/components/github_repo_selector/github_repo_selector.jsx
Outdated
Show resolved
Hide resolved
…r.jsx Co-authored-by: Michael Kochell <[email protected]>
webapp/src/components/github_repo_selector/github_repo_selector.jsx
Outdated
Show resolved
Hide resolved
…r.jsx Co-authored-by: Michael Kochell <[email protected]>
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #675 +/- ##
==========================================
- Coverage 15.49% 15.27% -0.23%
==========================================
Files 15 15
Lines 5737 5833 +96
==========================================
+ Hits 889 891 +2
- Misses 4806 4900 +94
Partials 42 42 ☔ View full report in Codecov by Sentry. |
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.
Thanks for this contribution @thoratvinod 👍 I have one more request to avoid returning the current user's login in the case where we have the GitHubOrg
config setting set. Otherwise LGTM
Co-authored-by: Michael Kochell <[email protected]>
@thoratvinod Thank you for your patience on this |
@calebroseland @mgdelacroix Gentle reminder to review this PR |
This PR has been automatically labelled "stale" because it hasn't had recent activity. |
@thoratvinod Can you please fix the merge conflicts. |
@thoratvinod Do you want to continue working on this issue? |
@hanzei yes, I want to continue this, will take 2-3 weeks to get back on this. Is that fine? |
Sure, we are not in a hurry. Thanks for coming back to the PR @thoratvinod 👍 |
Thanks for updating the PR @thoratvinod 👍 CI complains about two errors:
I suppose the changes in #626 caused actions to not longer exist. |
This PR has been automatically labelled "stale" because it hasn't had recent activity. |
Hey @hanzei , @mickmister , |
Thanks for your work on this @thoratvinod! I'm closing for now and mentioned this PR on the linked ticket |
Summary
Screenshots
If organizations are present:
If no organization is present:
Ticket Link
Fixes #669