-
-
Notifications
You must be signed in to change notification settings - Fork 90
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
Continue/feature/reference gh #966
Closed
ankitsmt211
wants to merge
37
commits into
Together-Java:develop
from
ankitsmt211:continue/feature/reference-gh
Closed
Continue/feature/reference gh #966
ankitsmt211
wants to merge
37
commits into
Together-Java:develop
from
ankitsmt211:continue/feature/reference-gh
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…em/BotCore.java Co-authored-by: Tanish Azad <[email protected]>
Co-authored-by: Tanish Azad <[email protected]>
…ub/GitHubCommand.java Co-authored-by: Tanish Azad <[email protected]>
…ub/GitHubReference.java Co-authored-by: Tanish Azad <[email protected]>
ankitsmt211
added
enhancement
New feature or request
new command
Add a new command or group of commands to the bot
priority: normal
labels
Nov 24, 2023
Zabuzard
requested changes
Nov 25, 2023
application/src/main/java/org/togetherjava/tjbot/commands/github/GitHubCommand.java
Outdated
Show resolved
Hide resolved
application/src/main/java/org/togetherjava/tjbot/commands/github/GitHubCommand.java
Outdated
Show resolved
Hide resolved
application/src/main/java/org/togetherjava/tjbot/commands/github/GitHubCommand.java
Outdated
Show resolved
Hide resolved
application/src/main/java/org/togetherjava/tjbot/commands/github/GitHubReference.java
Outdated
Show resolved
Hide resolved
application/src/main/java/org/togetherjava/tjbot/commands/github/GitHubReference.java
Outdated
Show resolved
Hide resolved
application/src/main/java/org/togetherjava/tjbot/commands/github/GitHubReference.java
Outdated
Show resolved
Hide resolved
application/src/main/java/org/togetherjava/tjbot/config/Config.java
Outdated
Show resolved
Hide resolved
Zabuzard
requested changes
Nov 25, 2023
application/src/main/java/org/togetherjava/tjbot/commands/github/GitHubReference.java
Outdated
Show resolved
Hide resolved
Zabuzard
requested changes
Nov 26, 2023
application/src/main/java/org/togetherjava/tjbot/commands/github/GitHubReference.java
Outdated
Show resolved
Hide resolved
* adds few channel patterns to be allowed in template * refactors pattern matching for allowed channels * helper method to match allowed channels
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
New feature or request
new command
Add a new command or group of commands to the bot
priority: normal
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
continuing #599
Note: This merge will require
Config
to be changed on vps as well, otherwise bot crashes.brief:
/github-search
, which auto suggests a list of issues and PR to choose. It also accepts a title if you want to manually enter and select.#IssueNumberHere
, it will reply back with an embed containing information about issue.#general
usingconfig
, can be tweaked to a particular channel.config
to allow searching across multiple repositories.Changes:
Embed on search/issue reference: