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
| Checks finished | - | When an automation uses the `wait_for_all_checks` action |
61
+
| Comment added |`comment_added`| when `pr.comment` in `.cm`|
62
+
| :fontawesome-brands-github: Comment edited | - | when `pr.comment` in `.cm`|
63
+
| Commit pushed |`commit`|`on`|
60
64
| Creating a PR |`pr_created`|`on`|
61
-
|Commit |`commit`|`on`|
62
-
|Adding label|`label_added`| when `pr.label` in `.cm`|
63
-
|Removing label|`label_removed`| when `pr.label` in `.cm`|
65
+
|Description changed| -| when `pr.description` in `.cm`|
66
+
|Label added |`label_added`| when `pr.label` in `.cm`|
67
+
|Label removed |`label_removed`| when `pr.label` in `.cm`|
64
68
| :fontawesome-brands-github: Merging the PR |`merge`|`off`|
65
-
| Adding new comment |`comment_added`| when `pr.comment` in `.cm`|
66
-
| :fontawesome-brands-github: Editing an existing comment | - | when `pr.comment` in `.cm`|
67
69
| Title change | - | when `pr.title` in `.cm`|
68
-
| Description change | - | when `pr.description` in `.cm`|
69
70
| :fontawesome-brands-github: Transition from draft to ready for review |`pr_ready_for_review`|`off`|
70
-
| :fontawesome-brands-github: transition from any state to closed |`pr_closed`|`off`|
71
-
| :fontawesome-brands-github: transition from closed to open |`pr_reopened`|`off`|
71
+
| :fontawesome-brands-github: Transition from any state to closed |`pr_closed`|`off`|
72
+
| :fontawesome-brands-github: Transition from closed to open |`pr_reopened`|`off`|
72
73
| :fontawesome-brands-github: Transition from any state to approved |`pr_approved`| If there is an automation with one of the actions: `require-reviewers`, `set-required-approvals` or `merge`, or uses `pr.approvals` context variable |
0 commit comments