Skip to content

Commit

Permalink
Update "Creating a GitHub App using URL parameters" (github#35555)
Browse files Browse the repository at this point in the history
Co-authored-by: Steve Guntrip <stevecat@github.com>
Co-authored-by: Sarah Edwards <skedwards88@github.com>
  • Loading branch information
3 people authored Mar 28, 2023
1 parent 891fbae commit aeebc8f
Show file tree
Hide file tree
Showing 7 changed files with 40 additions and 88 deletions.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion data/reusables/webhooks/commit_comment_short_desc.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
A commit comment is created. {% data reusables.webhooks.action_type_desc %} For more information, see the "[AUTOTITLE](/rest/repos#comments)" REST API.
A commit comment is created. {% data reusables.webhooks.action_type_desc %} For more information, see the "[AUTOTITLE](/rest/commits/comments)" REST API.
2 changes: 1 addition & 1 deletion data/reusables/webhooks/deployment_short_desc.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
A deployment is created. {% data reusables.webhooks.action_type_desc %} For more information, see the "[AUTOTITLE](/rest/deployments#list-deployments)" REST API.
A deployment is created. {% data reusables.webhooks.action_type_desc %} For more information, see the "[AUTOTITLE](/rest/deployments/deployments#list-deployments)" REST API.
2 changes: 1 addition & 1 deletion data/reusables/webhooks/deployment_status_short_desc.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
A deployment is created. {% data reusables.webhooks.action_type_desc %} For more information, see the "[AUTOTITLE](/rest/repos#deployments)" REST API.
A deployment is created. {% data reusables.webhooks.action_type_desc %} For more information, see the "[AUTOTITLE](/rest/deployments/deployments)" REST API.
2 changes: 1 addition & 1 deletion data/reusables/webhooks/member_short_desc.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Activity related to repository collaborators. {% data reusables.webhooks.action_type_desc %} For more information, see the "[AUTOTITLE](/rest/repos#collaborators)" REST API.
Activity related to repository collaborators. {% data reusables.webhooks.action_type_desc %} For more information, see the "[AUTOTITLE](/rest/collaborators/collaborators)" REST API.
2 changes: 1 addition & 1 deletion data/reusables/webhooks/status_short_desc.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
When the status of a Git commit changes. For more information, see the "[AUTOTITLE](/rest/commits#commit-statuses)" REST API.
When the status of a Git commit changes. For more information, see the "[AUTOTITLE](/rest/commits/statuses)" REST API.
2 changes: 1 addition & 1 deletion data/reusables/webhooks/team_add_short_desc.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
When a [repository is added to a team](/rest/teams#add-or-update-team-repository-permissions).
When a [repository is added to a team](/rest/teams/teams#add-or-update-team-repository-permissions).

0 comments on commit aeebc8f

Please sign in to comment.