Skip to content

Commit 0eabf94

Browse files
committed
docs: fix doc ordering for actions
1 parent a534cad commit 0eabf94

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/configuration.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,6 @@ This key controls what kind of action that should be taken.
4141
- `#!yaml approve` to approve the Merge Request.
4242
- `#!yaml close` to close the Merge Request.
4343
- `#!yaml comment` to add a comment to the Merge Request
44-
- `#!yaml lock_discussion` to prevent further discussions on the Merge Request.
45-
- `#!yaml reopen` to reopen the Merge Request.
46-
- `#!yaml unapprove` to approve the Merge Request.
47-
- `#!yaml unlock_discussion` to allow discussions on the Merge Request.
48-
- `#!yaml update_description` to update the Merge Request description
4944

5045
*Additional fields:*
5146

@@ -57,6 +52,11 @@ This key controls what kind of action that should be taken.
5752
Hello world
5853
```
5954

55+
- `#!yaml lock_discussion` to prevent further discussions on the Merge Request.
56+
- `#!yaml reopen` to reopen the Merge Request.
57+
- `#!yaml unapprove` to approve the Merge Request.
58+
- `#!yaml unlock_discussion` to allow discussions on the Merge Request.
59+
- `#!yaml update_description` to update the Merge Request description
6060
- `#!yaml add_label` to add *an existing* label to the Merge Request
6161

6262
*Additional fields:*

0 commit comments

Comments
 (0)