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/docs/v2/more/now-for-github.mdx
+4-4
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ export const meta = {
10
10
description:
11
11
'Deploy each change in your GitHub repositories with ZEIT Now to share and test with your colleagues. Instant share-able links to your work with each push. Automatically make your changes available from production domains.',
12
12
editUrl: 'pages/docs/v2/more/now-for-github.mdx',
13
-
lastEdited: '2020-01-06T14:54:53.000Z'
13
+
lastEdited: '2020-01-08T09:34:16.000Z'
14
14
}
15
15
16
16
The Now for GitHub integration automatically deploys your GitHub projects with [ZEIT Now](/now), providing preview URLs and automatic production domain updates.
@@ -195,11 +195,11 @@ Repository permissions allow us to interact with repositories belonging to or as
195
195
|`Checks`| Y | Y | Allows us to add checks against source code on push. |
196
196
|`Contents`| Y | Y | Allows us to fetch and write source code for new project templates for the connected user or organization. |
197
197
|`Deployments`| Y | Y | Allows us to synchronize deployment status between GitHub and the ZEIT infrastructure. |
198
-
|`Pull Requests`| Y | Y | Allows us create deployments for each Pull Request (PR) and comment on those PR's with status updates. |
198
+
|`Pull Requests`| Y | Y | Allows us create deployments for each Pull Request (PR) and comment on those PR's with status updates. |
199
199
|`Issues`| Y | Y | Allows us to interact with Pull Requests as with the `Pull Requests` permissions due to GitHub requiring both for access. |
200
200
|`Metadata`| Y | N | Allows us to read basic repository metadata to provide a detailed dashboard. |
201
201
|`Web Hooks`| Y | Y | Allows us to react to various GitHub events. |
202
-
|`Commit Statuses`| Y | Y | Allows us to synchronize commit status between GitHub and ZEIT. |
202
+
|`Commit Statuses`| Y | Y | Allows us to synchronize commit status between GitHub and ZEIT. |
203
203
204
204
### Organization Permissions
205
205
@@ -221,7 +221,7 @@ User permissions allow us to offer an enhanced experience through information ab
221
221
We use the permissions above in order to provide you with the best possible
222
222
deployment experience. If you have any questions or concerns about any of the
0 commit comments