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: plugins/github/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,6 +70,7 @@ All of the webhooks are deleted when the plugin event source gets closed (i.e. w
70
70
| `github.repo` | `string` | None | (deprecated) URL of the git repository where the event occurred. Github Webhook payloads contain the repository property when the event occurs from activity in a repository. |
71
71
| `github.repo.url` | `string` | None | URL of the git repository where the event occurred. Github Webhook payloads contain the repository property when the event occurs from activity in a repository. |
72
72
| `github.repo.name` | `string` | None | Name of the git repository where the event occurred. Github Webhook payloads contain the repository property when the event occurs from activity in a repository. |
73
+
| `github.repo.description` | `string` | None | Description of the git repository where the event occurred. |
73
74
| `github.org` | `string` | None | Name of the organization the git repository belongs to. |
74
75
| `github.owner` | `string` | None | Name of the repository's owner. |
75
76
| `github.repo.public` | `string` | None | 'true' if the repository affected by the action is public. 'false' otherwise. |
{Type: "string", Name: "github.repo", Display: "Repository", Desc: "(deprecated) URL of the git repository where the event occurred. Github Webhook payloads contain the repository property when the event occurs from activity in a repository."},
36
36
{Type: "string", Name: "github.repo.url", Display: "Repository URL", Desc: "URL of the git repository where the event occurred. Github Webhook payloads contain the repository property when the event occurs from activity in a repository."},
37
37
{Type: "string", Name: "github.repo.name", Display: "Repository Name", Desc: "Name of the git repository where the event occurred. Github Webhook payloads contain the repository property when the event occurs from activity in a repository."},
38
+
{Type: "string", Name: "github.repo.description", Display: "Repository Description", Desc: "Description of the GitHub repository."},
38
39
{Type: "string", Name: "github.org", Display: "Organization", Desc: "Name of the organization the git repository belongs to."},
39
40
{Type: "string", Name: "github.owner", Display: "Owner", Desc: "Name of the repository's owner."},
40
41
{Type: "string", Name: "github.repo.public", Display: "Public", Desc: "'true' if the repository affected by the action is public. 'false' otherwise."},
0 commit comments