From abb76d20c48b3c7b77ab7f6e5eb4a145211d5356 Mon Sep 17 00:00:00 2001 From: MinhTri Date: Mon, 20 May 2024 18:20:08 +0700 Subject: [PATCH 1/2] Update documentation for team event --- prologue/event-availability/github.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/prologue/event-availability/github.md b/prologue/event-availability/github.md index e63039d..7809894 100644 --- a/prologue/event-availability/github.md +++ b/prologue/event-availability/github.md @@ -50,11 +50,11 @@ All events and actions listed below are taken from the [GitHub Webhooks](https:/ | | :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: [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. | From c21dff8e993e2b23b19759eb61c6375132ec2f58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Tr=C3=AD?= <57437836+hokhacminhtri@users.noreply.github.com> Date: Mon, 20 May 2024 18:28:58 +0700 Subject: [PATCH 2/2] Update prologue/event-availability/github.md Co-authored-by: Tan Nguyen --- prologue/event-availability/github.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prologue/event-availability/github.md b/prologue/event-availability/github.md index 7809894..3742867 100644 --- a/prologue/event-availability/github.md +++ b/prologue/event-availability/github.md @@ -49,7 +49,7 @@ 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_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. |