Skip to content

Commit 525e87e

Browse files
committed
fix lint
1 parent 709fdb6 commit 525e87e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

templates/repo/pulls/status.tmpl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
* CommitStatuses: all commit status elements
44
* ShowHideChecks: whether use a button to show/hide the checks
55
* StatusCheckData: additional status check data for repo/issue/view_content/pull_merge_box
6-
- MissingRequiredChecks: list of missing required checks
7-
- IsContextRequired: function to check whether a context is required
8-
- RequireApproval: whether approval is required for workflow runs
9-
- CanApprove: whether the user can approve workflow runs
10-
- ApproveActionLink: link to approve all checks
6+
* MissingRequiredChecks: list of missing required checks
7+
* IsContextRequired: function to check whether a context is required
8+
* RequireApproval: whether approval is required for workflow runs
9+
* CanApprove: whether the user can approve workflow runs
10+
* ApproveActionLink: link to approve all checks
1111
*/}}
1212

1313
{{if .CommitStatus}}

0 commit comments

Comments
 (0)