Commit e3738cc
authored
Fix GitCommentHelpHandler not responding in monorepositories (#3048)
Fix GitCommentHelpHandler not responding in monorepositories
This is a simple fix of the issue below. The two edited methods attempt to retrieve package configs, which aren't needed for the help handler. There may be a more elegant solution.
Also, if there is a possibility that GithubAppInstallationHandler and GithubFasVerificationHandler are ever run in a monorepository, they would possibly be affected by the same issue.
This has been tested locally on a generated Fedora Messaging message generated from a comment, so it should hopefully work.
Fixes #3045
Reviewed-by: Matej Focko
Reviewed-by: Nikola Forró
Reviewed-by: Alžběta Kučerová
Reviewed-by: gemini-code-assist[bot]2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
464 | 464 | | |
465 | 465 | | |
466 | 466 | | |
467 | | - | |
| 467 | + | |
468 | 468 | | |
469 | 469 | | |
470 | 470 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments