Skip to content

Commit f5e50d0

Browse files
authored
Update execution-model.md
1 parent 383aca1 commit f5e50d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/execution-model.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ The table below lists supported explicit triggers, categorized into those enable
5656
| :fontawesome-brands-github: Transition from draft to ready for review | `pr_ready_for_review` | `off` |
5757
| :fontawesome-brands-github: transition from any state to closed | `pr_closed` | `off` |
5858
| :fontawesome-brands-github: transition from closed to open | `pr_reopened` | `off` |
59+
| :fontawesome-brands-github: Approving the PR | `pr_approved` | `off` |
60+
5961

6062
Explicit triggers are set independently per each automation block and can be configured at the file level, specific to each automation separately or in combination. If triggers are listed at the file level **and** specific automation, the automation will be triggered according to both triggers.
6163
If an automation block does not have explicit triggers configured, it will be triggered according to the default (implicit) triggers.

0 commit comments

Comments
 (0)