Skip to content

Commit

Permalink
merge is only for gh
Browse files Browse the repository at this point in the history
  • Loading branch information
PavelLinearB committed Mar 14, 2024
1 parent eef91ac commit c7b8653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/execution-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ gitStream supports the following explicit triggers:
| Commit | `commit` | `on` |
| Adding label | `label_added` | when `pr.label` in `.cm` |
| Removing label | `label_removed` | when `pr.label` in `.cm` |
| Merging the PR | `merge` | `off` |
| :fontawesome-brands-github: Merging the PR | `merge` | `off` |
| Adding new comment | `comment_added` | when `pr.comment` in `.cm` |
| :fontawesome-brands-github: Editing an existing comment | - | when `pr.comment` in `.cm` |
| Title change | - | when `pr.title` in `.cm` |
Expand Down

0 comments on commit c7b8653

Please sign in to comment.