Skip to content

Commit

Permalink
Note that org members permissions are necessary
Browse files Browse the repository at this point in the history
Used for unassigning default reviewers
  • Loading branch information
jdbaldry authored Sep 20, 2024
1 parent befe2ea commit a793bf9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion backport/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a793bf9

Please sign in to comment.