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/webhooks
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.5.0
Choose a base ref
...
head repository: octokit/webhooks
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.5.1
Choose a head ref
  • 5 commits
  • 6 files changed
  • 2 contributors

Commits on Apr 9, 2024

  1. build(deps): lock file maintenance (#917)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Apr 9, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    AtofStryker Bill Glesias
    Copy the full SHA
    a1d3390 View commit details

Commits on Apr 14, 2024

  1. ci(action): update actions/add-to-project action to v1.0.1 (#918)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Apr 14, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    AtofStryker Bill Glesias
    Copy the full SHA
    c71a8e1 View commit details

Commits on Apr 16, 2024

  1. build(deps): lock file maintenance (#919)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Apr 16, 2024
    Copy the full SHA
    10620f0 View commit details

Commits on Apr 20, 2024

  1. chore(deps): update dependency json-schema-to-typescript to v14 (#920)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Apr 20, 2024
    Copy the full SHA
    eb87d8d View commit details

Commits on Apr 22, 2024

  1. fix(schema): correct some schema IDs (#921)

    wolfy1339 authored Apr 22, 2024
    Copy the full SHA
    babdb8a View commit details
2 changes: 1 addition & 1 deletion .github/workflows/add_to_octokit_project.yml
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/add-to-project@v1.0.0
- uses: actions/add-to-project@v1.0.1
with:
project-url: https://github.com/orgs/octokit/projects/10
github-token: ${{ secrets.OCTOKITBOT_PROJECT_ACTION_TOKEN }}
1,958 changes: 1,682 additions & 276 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -82,7 +82,7 @@
"fast-deep-equal": "^3.1.3",
"got": "^14.0.0",
"json-diff": "^1.0.0",
"json-schema-to-typescript": "^13.0.0",
"json-schema-to-typescript": "^14.0.0",
"prettier": "3.2.5",
"prettier-plugin-packagejson": "^2.2.15",
"semantic-release": "^23.0.0",
6 changes: 3 additions & 3 deletions payload-examples/package-lock.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": "branch protection configuration disabled event",
"$id": "branch_protection_rule$disabled",
"$id": "branch_protection_configuration$disabled",
"type": "object",
"properties": {
"action": { "type": "string", "enum": ["disabled"] },
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": "branch protection configuration enabled event",
"$id": "branch_protection_rule$enabled",
"$id": "branch_protection_configuration$enabled",
"type": "object",
"properties": {
"action": { "type": "string", "enum": ["enabled"] },