1
0
mirror of synced 2025-12-25 02:17:36 -05:00

Add repository_invitation.cancel event, fix descriptions (#34032)

This commit is contained in:
vaindil
2023-01-19 09:58:37 -05:00
committed by GitHub
parent 47757984d5
commit c8b5d6e3ee
2 changed files with 14 additions and 2 deletions

View File

@@ -1184,8 +1184,9 @@ Before you'll see `git` category actions, you must enable Git events in the audi
| Action | Description
|--------|-------------
| `repository_invitation.accept` | An invitation to join a repository was accepted.
| `repository_invitation.cancel` | An invitation to join a repository was canceled.
| `repository_invitation.create` | An invitation to join a repository was sent.
| `repository_invitation.reject` | An invitation to join a repository was canceled.
| `repository_invitation.reject` | An invitation to join a repository was declined.
## `repository_projects_change` category actions

View File

@@ -744,7 +744,18 @@ For more information, see "[Managing the publication of {% data variables.produc
| `disable` | Triggered when a repository owner or person with admin access to the repository disables the dependency graph for a {% ifversion fpt or ghec %}private {% endif %}repository. For more information, see "[About the dependency graph](/github/visualizing-repository-data-with-graphs/about-the-dependency-graph)."
| `enable` | Triggered when a repository owner or person with admin access to the repository enables the dependency graph for a {% ifversion fpt or ghec %}private {% endif %}repository.
{% endif %}{% ifversion ghec or ghes or ghae %}
{% endif %}
### `repository_invitation` category actions
| Action | Description
|--------|-------------
| `repository_invitation.accept` | An invitation to join a repository was accepted.
| `repository_invitation.cancel` | An invitation to join a repository was canceled.
| `repository_invitation.create` | An invitation to join a repository was sent.
| `repository_invitation.reject` | An invitation to join a repository was declined.
{% ifversion ghec or ghes or ghae %}
### `repository_secret_scanning` category actions
| Action | Description