From a793bf9671c6aa2ee2465ac4f2676ff348f8870c Mon Sep 17 00:00:00 2001 From: Jack Baldry Date: Fri, 20 Sep 2024 13:02:49 +0100 Subject: [PATCH] Note that org members permissions are necessary Used for unassigning default reviewers --- backport/action.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/backport/action.yml b/backport/action.yml index f2b479e..c70af66 100644 --- a/backport/action.yml +++ b/backport/action.yml @@ -2,7 +2,10 @@ name: Backport description: Automatically creates a cherry pick PR inputs: token: - description: GitHub token with issue, comment, and label read/write permissions + description: | + GitHub token with read and write permissions for issues, comments, and labels. + + Additionally, the token needs read permissions for organization members. default: ${{ github.token }} title: description: Title for the backport PR