You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/github_setup.mdx
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,4 @@
1
1
import { Callout } from"nextra/components";
2
-
import { Accordion } from"nextra/components";
3
2
4
3
# GitHub Setup
5
4
@@ -13,14 +12,14 @@ Follow these steps to configure the app:
13
12
4. Select the repositories where you'd like to apply bounties (you can choose all repositories or specific ones).
14
13
5. Click the final "Install" button to confirm the process
15
14
16
-
<Accordiontype="info"title="Permissions">
15
+
<Callouttype="info">
17
16
18
17
During installation, the GitHub App will request the following permissions:
19
18
20
19
***Read access to metadata and organization custom properties:** This allows the bot to understand your repository structure and settings.
21
20
***Read and write access to issues and pull requests:** This is essential for the bot to interact with bounties, post comments, and update issue statuses.
0 commit comments