Skip to content

Commit 1cbd120

Browse files
authored
fix CR
1 parent 974774b commit 1cbd120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/execution-model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +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: 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.status` or `pr.approvals` contexts |
59+
| :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 |
6060

6161
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.
6262
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)