Skip to content

Commit 4d060ed

Browse files
committed
add LGTM
1 parent eb2bd42 commit 4d060ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

llvm/docs/DeveloperPolicy.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ confirming that you have indeed had three patches committed, and that based on i
528528
on those reviews and elsewhere in the LLVM community they have no concern about you
529529
adhering to our Developer Policy and Code of Conduct. Reviewers should clearly state their
530530
reasoning for accepting or rejecting the request, and finish with a clear statement such
531-
as "I approve of this request" or "I do not approve of this request".
531+
as "I approve of this request", "LGTM", or "I do not approve of this request".
532532

533533

534534
If approved, a GitHub invitation will be sent to your

llvm/utils/git/github-automation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ def run(self) -> bool:
306306
* Top 3 Committers: {get_user_values_str(get_top_values(merged_by))}
307307
* Top 3 Reviewers: {get_user_values_str(get_top_values(reviewed_by))}
308308
309-
Reviewers should clearly state their reasoning for accepting or rejecting this request, and finish with a clear statement such as \"I approve of this request\" or \"I do not approve of this request\". Please review the instructions for [obtaining commit access](https://llvm.org/docs/DeveloperPolicy.html#obtaining-commit-access).
309+
Reviewers should clearly state their reasoning for accepting or rejecting this request, and finish with a clear statement such as \"I approve of this request\", \"LGTM\", or \"I do not approve of this request\". Please review the instructions for [obtaining commit access](https://llvm.org/docs/DeveloperPolicy.html#obtaining-commit-access).
310310
"""
311311
self.issue.create_comment(textwrap.dedent(comment))
312312

0 commit comments

Comments
 (0)