Skip to content

Commit fc185a3

Browse files
committed
removed accordion
1 parent bd01962 commit fc185a3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pages/github_setup.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import { Callout } from "nextra/components";
2-
import { Accordion } from "nextra/components";
32

43
# GitHub Setup
54

@@ -13,14 +12,14 @@ Follow these steps to configure the app:
1312
4. Select the repositories where you'd like to apply bounties (you can choose all repositories or specific ones).
1413
5. Click the final "Install" button to confirm the process
1514

16-
<Accordion type="info" title="Permissions">
15+
<Callout type="info">
1716

1817
During installation, the GitHub App will request the following permissions:
1918

2019
* **Read access to metadata and organization custom properties:** This allows the bot to understand your repository structure and settings.
2120
* **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.
2221

23-
</Accordion>
22+
</Callout>
2423

2524
## Congratulations!
2625

0 commit comments

Comments
 (0)