mirror of
https://github.com/tiimgreen/github-cheat-sheet.git
synced 2025-08-13 11:23:57 +02:00
Locking Conversations
This commit is contained in:
13
README.md
13
README.md
@@ -21,6 +21,7 @@ A collection of cool hidden and not so hidden features of Git and GitHub. This c
|
|||||||
- [Line Highlighting in Repositories](#line-highlighting-in-repositories)
|
- [Line Highlighting in Repositories](#line-highlighting-in-repositories)
|
||||||
- [Closing Issues via Commit Messages](#closing-issues-via-commit-messages)
|
- [Closing Issues via Commit Messages](#closing-issues-via-commit-messages)
|
||||||
- [Cross-Link Issues](#cross-link-issues)
|
- [Cross-Link Issues](#cross-link-issues)
|
||||||
|
- [Locking Conversations](#locking-conversations)
|
||||||
- [CI Status on Pull Requests](#ci-status-on-pull-requests)
|
- [CI Status on Pull Requests](#ci-status-on-pull-requests)
|
||||||
- [Syntax Highlighting in Markdown Files](#syntax-highlighting-in-markdown-files)
|
- [Syntax Highlighting in Markdown Files](#syntax-highlighting-in-markdown-files)
|
||||||
- [Emojis](#emojis)
|
- [Emojis](#emojis)
|
||||||
@@ -269,6 +270,18 @@ To link to an issue in another repository, `user_name/repo_name#ISSUE_NUMBER` e.
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
### Locking Conversations
|
||||||
|
Pull Requests and Issues can now be locked by owners or collaborators of the repo.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
This means that users who are not collaborators on the proejct will no longer be able to comment.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
[*Read more about locking conversations.*](https://github.com/blog/1847-locking-conversations)
|
||||||
|
|
||||||
|
|
||||||
### CI Status on Pull Requests
|
### CI Status on Pull Requests
|
||||||
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/).
|
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/).
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user