Skip to content

Commit 0409a93

Browse files
author
msweeneydev
committed
fix mailto link
1 parent e1eb56e commit 0409a93

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pages/docs/v2/more/now-for-github.mdx

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const meta = {
1010
description:
1111
'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.',
1212
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'
1414
}
1515

1616
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
195195
| `Checks` | Y | Y | Allows us to add checks against source code on push. |
196196
| `Contents` | Y | Y | Allows us to fetch and write source code for new project templates for the connected user or organization. |
197197
| `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. |
199199
| `Issues` | Y | Y | Allows us to interact with Pull Requests as with the `Pull Requests` permissions due to GitHub requiring both for access. |
200200
| `Metadata` | Y | N | Allows us to read basic repository metadata to provide a detailed dashboard. |
201201
| `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. |
203203

204204
### Organization Permissions
205205

@@ -221,7 +221,7 @@ User permissions allow us to offer an enhanced experience through information ab
221221
We use the permissions above in order to provide you with the best possible
222222
deployment experience. If you have any questions or concerns about any of the
223223
permission scopes, please reach out to
224-
224+
<Link href="mailto:[email protected]">[email protected]</Link>.
225225
</Note>
226226

227227
export default ({ children }) => <Doc meta={meta}>{children}</Doc>

0 commit comments

Comments
 (0)