Skip to content

Commit

Permalink
feat: /orgs/{org}/invitations/{invitation_id} triggers notification (
Browse files Browse the repository at this point in the history
  • Loading branch information
octokitbot authored Jan 21, 2021
1 parent e378109 commit eea53a1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions scripts/update-endpoints/generated/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -1351,6 +1351,10 @@
"url": "/orgs/{org}/blocks/{username}",
"triggersNotification": null
},
{
"url": "/orgs/{org}/invitations/{invitation_id}",
"triggersNotification": true
},
{
"url": "/orgs/{org}/blocks/{username}",
"triggersNotification": null
Expand Down Expand Up @@ -1415,6 +1419,10 @@
"url": "/orgs/{org}/blocks",
"triggersNotification": null
},
{
"url": "/orgs/{org}/failed_invitations",
"triggersNotification": null
},
{
"url": "/user/orgs",
"triggersNotification": null
Expand Down
1 change: 1 addition & 0 deletions src/generated/triggers-notification-paths.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export default [
"/orgs/{org}/invitations",
"/orgs/{org}/invitations/{invitation_id}",
"/orgs/{org}/teams/{team_slug}/discussions",
"/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments",
"/repos/{owner}/{repo}/collaborators/{username}",
Expand Down

0 comments on commit eea53a1

Please sign in to comment.