diff --git a/prologue/event-availability/github.md b/prologue/event-availability/github.md index e63039d..3742867 100644 --- a/prologue/event-availability/github.md +++ b/prologue/event-availability/github.md @@ -49,12 +49,12 @@ All events and actions listed below are taken from the [GitHub Webhooks](https:/ | :white_check_mark: **[Star](https://docs.github.com/en/webhooks/webhook-events-and-payloads#star)** | :arrow_heading_down: | Occurs when a user stars a repository. | | | :white_check_mark: [Created](https://docs.github.com/en/webhooks/webhook-events-and-payloads?actionType=created#star) | Occurs when a user stars a repository. | | | :white_check_mark: [Deleted](https://docs.github.com/en/webhooks/webhook-events-and-payloads?actionType=deleted#star) | Occurs when a user unstars a repository. | -| :white_square_button: **[Team](https://docs.github.com/en/webhooks/webhook-events-and-payloads#team)** | :arrow_heading_down: | Occurs when a team is added or modified on a repository. | -| | :white_square_button: [Added to Repository](https://docs.github.com/en/webhooks/webhook-events-and-payloads?actionType=added_to_repository#team) | Occurs when a team is added to a repository. | -| | :white_square_button: [Edited](https://docs.github.com/en/webhooks/webhook-events-and-payloads?actionType=edited#team) | Occurs when a team is edited on a repository. | +| :white_check_mark: **[Team](https://docs.github.com/en/webhooks/webhook-events-and-payloads#team)** | :arrow_heading_down: | Occurs when a team is added or modified on a repository. | +| | :white_check_mark: [Added to Repository](https://docs.github.com/en/webhooks/webhook-events-and-payloads?actionType=added_to_repository#team) | Occurs when a team is added to a repository. | +| | :white_check_mark: [Edited](https://docs.github.com/en/webhooks/webhook-events-and-payloads?actionType=edited#team) | Occurs when a team is edited on a repository. | | | :white_check_mark: [Created](https://docs.github.com/en/webhooks/webhook-events-and-payloads?actionType=created#team) | Occurs when a team is created. | | | :white_check_mark: [Deleted](https://docs.github.com/en/webhooks/webhook-events-and-payloads?actionType=deleted#team) | Occurs when a team is deleted. | -| | :white_square_button: [Removed from Repository](https://docs.github.com/en/webhooks/webhook-events-and-payloads?actionType=removed_from_repository#team) | Occurs when a team is removed from a repository. | +| | :white_check_mark: [Removed from Repository](https://docs.github.com/en/webhooks/webhook-events-and-payloads?actionType=removed_from_repository#team) | Occurs when a team is removed from a repository. | | :white_check_mark: **[Watch](https://docs.github.com/en/webhooks/webhook-events-and-payloads#watch)** | :arrow_heading_down: | Occurs when a user watches a repository. | | | :white_check_mark: [Started](https://docs.github.com/en/webhooks/webhook-events-and-payloads?actionType=started#watch) | Occurs when a user starts watching a repository. | | :white_square_button: **[Workflow job](https://docs.github.com/en/webhooks/webhook-events-and-payloads#workflow_job)** | :arrow_heading_down: | Occurs when a workflow job is completed, queue, ...etc. |