From 2665ee4ed4e565e1b1e1499bc6f0a8526cd2ecc1 Mon Sep 17 00:00:00 2001 From: Alex Crome Date: Thu, 1 Sep 2022 19:20:25 +0100 Subject: [PATCH] Clarified permissions required by github pull request board plugin Signed-off-by: Alex Crome --- .changeset/old-readers-provide.md | 5 +++++ plugins/github-pull-requests-board/README.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/old-readers-provide.md diff --git a/.changeset/old-readers-provide.md b/.changeset/old-readers-provide.md new file mode 100644 index 0000000000..db8677b0ca --- /dev/null +++ b/.changeset/old-readers-provide.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-github-pull-requests-board': patch +--- + +Clarified GitHub app permissions required by plugin diff --git a/plugins/github-pull-requests-board/README.md b/plugins/github-pull-requests-board/README.md index c8b14fe581..61a54c4279 100644 --- a/plugins/github-pull-requests-board/README.md +++ b/plugins/github-pull-requests-board/README.md @@ -8,7 +8,7 @@ It will help you and your team stay on top of open pull requests, hopefully redu ## Prerequisites -- [GitHub Authentication Provider](https://backstage.io/docs/auth/github/provider) +- [GitHub Authentication Provider](https://backstage.io/docs/auth/github/provider) (With `read-only` permission granted for `Pull Requests`) ## Getting started