-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: replace getting started by GH integration page (#6114)
- Loading branch information
Showing
17 changed files
with
59 additions
and
64 deletions.
There are no files selected for viewing
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
This file was deleted.
Oops, something went wrong.
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
title: Integrating GitHub with Mergify | ||
description: Managing Mergify GitHub installation. | ||
--- | ||
|
||
import { Image } from "astro:assets" | ||
import githubLogo from "../../images/integrations/github/logo.svg" | ||
import IntegrationLogo from "../../../components/IntegrationLogo.astro" | ||
import githubIntegScreenshot from"../../images/integrations/github/integrations.png" | ||
|
||
<IntegrationLogo src={githubLogo} alt="GitHub logo"/> | ||
|
||
Mergify is fully integrated with GitHub and many functionalities requires | ||
Mergify to be installed on your repositories. | ||
|
||
## Configuring Enabled Products | ||
|
||
You can configure the products that are enabled on your GitHub repositories by | ||
clicking on `Integrations` and then on `GitHub / Configure`. | ||
|
||
<Image src={githubIntegScreenshot} alt="GitHub Integration"/> | ||
|
||
First, this screens allows you to define which products are enabled by default | ||
for new repositories where the Mergify GitHub App is installed. | ||
|
||
Then, you can add repositories by clicking on `Add Repository` and installing | ||
the Mergify GitHub App on them. | ||
|
||
:::note | ||
Adding repository requires GitHub admin privileges. | ||
::: | ||
|
||
Finally, you can enable or disable any product for any repositories by checking | ||
the box and saving the result. |
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
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
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
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
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
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
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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