Skip to content

Commit

Permalink
Fix repository content permissions in README (#59)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bluekeyes authored Apr 5, 2019
1 parent f3ea4a3 commit aae9e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit aae9e07

Please sign in to comment.