You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: llvm/utils/git/github-automation.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -259,7 +259,7 @@ def run(self) -> bool:
259
259
# Post greeter comment:
260
260
comment=textwrap.dedent(
261
261
f"""
262
-
@{self.issue.user.login} thank you for apply for commit access. Please review the project's [code review policy](https://llvm.org/docs/CodeReview.html).
262
+
@{self.issue.user.login} thank you for applying for commit access. Please review the project's [code review policy](https://llvm.org/docs/CodeReview.html).
0 commit comments