Skip to content

Commit 2f8567a

Browse files
authored
Merge pull request #618 from linear-b/add-pr_approved-trigger
Update execution-model.md
2 parents 383aca1 + 4f34752 commit 2f8567a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/execution-model.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ 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` |
5960

6061
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.
6162
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)