Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: octokit/plugin-rest-endpoint-methods.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.5.1
Choose a base ref
...
head repository: octokit/plugin-rest-endpoint-methods.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.5.2
Choose a head ref
  • 2 commits
  • 6 files changed
  • 3 contributors

Commits on Jul 26, 2021

  1. build(deps): lock file maintenance

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Jul 26, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    b32d392 View commit details

Commits on Jul 29, 2021

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    50206c6 View commit details
Showing with 177 additions and 146 deletions.
  1. +1 −1 docs/issues/list.md
  2. +1 −1 docs/issues/listForAuthenticatedUser.md
  3. +1 −1 docs/issues/listForOrg.md
  4. +170 −139 package-lock.json
  5. +1 −1 package.json
  6. +3 −3 scripts/update-endpoints/generated/endpoints.json
2 changes: 1 addition & 1 deletion docs/issues/list.md
Original file line number Diff line number Diff line change
@@ -39,7 +39,7 @@ Indicates which sorts of issues to return. Can be one of:
\* `created`: Issues created by you
\* `mentioned`: Issues mentioning you
\* `subscribed`: Issues you're subscribed to updates for
\* `all`: All issues the authenticated user can see, regardless of participation or creation
\* `all` or `repos`: All issues the authenticated user can see, regardless of participation or creation

</td></tr>
<tr><td>state</td><td>no</td><td>
2 changes: 1 addition & 1 deletion docs/issues/listForAuthenticatedUser.md
Original file line number Diff line number Diff line change
@@ -37,7 +37,7 @@ Indicates which sorts of issues to return. Can be one of:
\* `created`: Issues created by you
\* `mentioned`: Issues mentioning you
\* `subscribed`: Issues you're subscribed to updates for
\* `all`: All issues the authenticated user can see, regardless of participation or creation
\* `all` or `repos`: All issues the authenticated user can see, regardless of participation or creation

</td></tr>
<tr><td>state</td><td>no</td><td>
2 changes: 1 addition & 1 deletion docs/issues/listForOrg.md
Original file line number Diff line number Diff line change
@@ -42,7 +42,7 @@ Indicates which sorts of issues to return. Can be one of:
\* `created`: Issues created by you
\* `mentioned`: Issues mentioning you
\* `subscribed`: Issues you're subscribed to updates for
\* `all`: All issues the authenticated user can see, regardless of participation or creation
\* `all` or `repos`: All issues the authenticated user can see, regardless of participation or creation

</td></tr>
<tr><td>state</td><td>no</td><td>
Loading