Commit
·
60679e7
1
Parent(s):
d49127b
Add github repo link in hf readme
Browse files
README.md
CHANGED
@@ -30,6 +30,9 @@ Once installed and triggered on a GitHub issue (either via @mention or through t
|
|
30 |
- Crafts a useful, relevant reply by using the context from the codebase and generative capabilities of its own.
|
31 |
|
32 |
- Posts the response back as a GitHub comment.
|
|
|
|
|
|
|
33 |
|
34 |
## Goal
|
35 |
Open source projects often get overwhelmed with open issues, thanks to their inclusive and collaborative nature. But that openness should feel empowering, not exhausting, for all, including maintainers & contributors.
|
@@ -77,6 +80,7 @@ Here’s the tech stack that made it all possible:
|
|
77 |
|
78 |
✨ Web Interface: Gradio UI + Hugging Face Spaces
|
79 |
|
|
|
80 |
## Limitations
|
81 |
- Expects a well defined issue description for a better response. Vague descriptions may result in unhelpful/vague/irrelevant comment.
|
82 |
|
|
|
30 |
- Crafts a useful, relevant reply by using the context from the codebase and generative capabilities of its own.
|
31 |
|
32 |
- Posts the response back as a GitHub comment.
|
33 |
+
<br>
|
34 |
+
<br>
|
35 |
+
> Please checkout the [OpenSorus GitHub repo](https://github.com/aditi-dsi/opensorus) for complete Webhook + GitHub Actions implementation code.
|
36 |
|
37 |
## Goal
|
38 |
Open source projects often get overwhelmed with open issues, thanks to their inclusive and collaborative nature. But that openness should feel empowering, not exhausting, for all, including maintainers & contributors.
|
|
|
80 |
|
81 |
✨ Web Interface: Gradio UI + Hugging Face Spaces
|
82 |
|
83 |
+
|
84 |
## Limitations
|
85 |
- Expects a well defined issue description for a better response. Vague descriptions may result in unhelpful/vague/irrelevant comment.
|
86 |
|