-
-
Notifications
You must be signed in to change notification settings - Fork 89
GitHub Reference feature is in wrong package #1019 #1040
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
GitHub Reference feature is in wrong package #1019 #1040
Conversation
Great job @Jayanta-karmakar! Only thing that's left to do now is to get the Spotless checks to pass. Was the pre-commit hook executed when creating the commit? You should use the command |
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!
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.
Why is the GitHubCommand.java file still in commands\github
? The full feature is supposed to be in features\github
Okay @SquidXTV, I will Fix it |
I have checked everything and checked all the code and ran all the tests... it looks good to me |
application/src/main/java/org/togetherjava/tjbot/features/github/GitHubReference.java
Outdated
Show resolved
Hide resolved
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.
looks good 👍
Thank you 😊
fixes #1019
The GitHub reference feature is located in the
commands.github
but should be infeatures.github
instead like any other feature. so, I rebasedcommands.github
tofeatures.github
, and made some methods public so that they can be accessible.