Skip to content
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit 64e8a8f

Browse files
committed
Don't mention ping until that goes out
1 parent 086d7ac commit 64e8a8f

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

content/changes/2014-02-10-repo-hook-scopes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ in your repositories. Today, we've introduced three new [scopes][] that provide
1010
more granular access to your repository hooks without allowing access to your
1111
repository contents:
1212

13-
* `read:repo_hook` grants read and ping access to hooks in public or private repositories.
14-
* `write:repo_hook` grants read, write, and ping access to hooks in public or private repositories.
15-
* `admin:repo_hook` grants read, write, ping, and delete access to hooks in public or private repositories.
13+
* `read:repo_hook` grants read access to hooks in public or private repositories.
14+
* `write:repo_hook` grants read and write access to hooks in public or private repositories.
15+
* `admin:repo_hook` grants read, write, and delete access to hooks in public or private repositories.
1616

1717
As always, if you have any questions or feedback, [get in touch][contact].
1818

content/v3/oauth.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,9 @@ Name | Description
171171
`delete_repo`| Grants access to delete adminable repositories.
172172
`notifications`| Grants read access to a user's notifications. `repo` also provides this access.
173173
`gist`| Grants write access to gists.
174-
`read:repo_hook`| Grants read and ping access to hooks in public or private repositories.
175-
`write:repo_hook`| Grants read, write, and ping access to hooks in public or private repositories.
176-
`admin:repo_hook`| Grants read, write, ping, and delete access to hooks in public or private repositories.
174+
`read:repo_hook`| Grants read access to hooks in public or private repositories.
175+
`write:repo_hook`| Grants read and write access to hooks in public or private repositories.
176+
`admin:repo_hook`| Grants read, write, and delete access to hooks in public or private repositories.
177177

178178
NOTE: Your application can request the scopes in the initial redirection. You
179179
can specify multiple scopes by separating them with a comma:

0 commit comments

Comments
 (0)