From aae9e07620732db3e8eded9200c452e787f3d153 Mon Sep 17 00:00:00 2001 From: Billy Keyes Date: Fri, 5 Apr 2019 15:01:37 -0700 Subject: [PATCH] Fix repository content permissions in README (#59) When the table was copied from palantir/bulldozer, I missed fixing the repository content permission, which should be read-only. This is because we read commit metadata to support invalidate_on_push and author/contributor checks. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0aee71d5..6e8f77cc 100644 --- a/README.md +++ b/README.md @@ -346,7 +346,7 @@ that terminates TLS connections. | Permission | Access | Reason | | ---------- | ------ | ------ | -| Repository contents | Read & write | Read configuration, perform merges | +| Repository contents | Read-only | Read configuration and commit metadata | | Issues | Read-only | Read pull request comments | | Repository metadata | Read-only | Basic repository data | | Pull requests | Read-only| Receive pull request events, read metadata |