Skip to content

Commit ef49459

Browse files
committed
Locking Conversations
1 parent 96092cb commit ef49459

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ A collection of cool hidden and not so hidden features of Git and GitHub. This c
2121
- [Line Highlighting in Repositories](#line-highlighting-in-repositories)
2222
- [Closing Issues via Commit Messages](#closing-issues-via-commit-messages)
2323
- [Cross-Link Issues](#cross-link-issues)
24+
- [Locking Conversations](#locking-conversations)
2425
- [CI Status on Pull Requests](#ci-status-on-pull-requests)
2526
- [Syntax Highlighting in Markdown Files](#syntax-highlighting-in-markdown-files)
2627
- [Emojis](#emojis)
@@ -269,6 +270,18 @@ To link to an issue in another repository, `user_name/repo_name#ISSUE_NUMBER` e.
269270

270271
![Cross-Link Issues](https://camo.githubusercontent.com/447e39ab8d96b553cadc8d31799100190df230a8/68747470733a2f2f6769746875622d696d616765732e73332e616d617a6f6e6177732e636f6d2f626c6f672f323031312f736563726574732f7265666572656e6365732e706e67)
271272

273+
### Locking Conversations
274+
Pull Requests and Issues can now be locked by owners or collaborators of the repo.
275+
276+
![Lock conversation](https://cloud.githubusercontent.com/assets/2723/3221693/bf54dd44-f00d-11e3-8eb6-bb51e825bc2c.png)
277+
278+
This means that users who are not collaborators on the proejct will no longer be able to comment.
279+
280+
![Comments locked](https://cloud.githubusercontent.com/assets/2723/3221775/d6e513b0-f00e-11e3-9721-2131cb37c906.png)
281+
282+
[*Read more about locking conversations.*](https://github.com/blog/1847-locking-conversations)
283+
284+
272285
### CI Status on Pull Requests
273286
If set up correctly, every time you receive a Pull Request, [Travis CI](https://travis-ci.org/) will build that Pull Request just like it would every time you make a new commit. Read more about how to [get started with Travis CI](http://docs.travis-ci.com/user/getting-started/).
274287

0 commit comments

Comments
 (0)