Skip to content

feature/team #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions prologue/event-availability/github.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand Down