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: README.md
+3
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,7 @@ Here's a table that matches up the provided `GitHubType`s with their correspondi
51
51
| `Label` | name, e.g. `bug` | [issue labels](https://docs.github.com/en/rest/reference/issues#labels)
52
52
|`Status`| id, e.g. `366961773`|[commit statuses](https://developer.github.com/v3/repos/statuses/)|
53
53
|`PullRequest`| number, e.g. `44`|[pull requests](https://developer.github.com/v3/pulls/)|
54
+
|`PullRequestFile`| filename, e.g. `file1.txt`|[pull request files](https://docs.github.com/en/rest/reference/pulls#list-pull-requests-files)|
54
55
|`Issue`| number, e.g. `31`|[issues](https://developer.github.com/v3/issues/)|
55
56
|`Team`| id, e.g. `1`|[teams](https://developer.github.com/v3/orgs/teams)|
56
57
|`Gist`| id, e.g. `0bace7cc774df4b3a4b0ee9aaa271ef6`|[gists](https://developer.github.com/v3/gists)|
@@ -110,6 +111,7 @@ GitHub.jl implements a bunch of methods that make REST requests to GitHub's API.
110
111
|`set_topics(repo, topics)`|`Vector{String}`|[set the list of topics of a repository.)](https://docs.github.com/en/rest/repos/repos#replace-all-repository-topics)|
111
112
|`commit(repo, sha)`|`Commit`|[get the commit specified by `sha`](https://developer.github.com/v3/repos/commits/#get-a-single-commit)|
0 commit comments