-
Notifications
You must be signed in to change notification settings - Fork 130
Open
Labels
troubleshootingPermissions issues, unique scenarios, etc. May indicate a bug upon further inspection.Permissions issues, unique scenarios, etc. May indicate a bug upon further inspection.
Description
Hi, thanks a lot for creating this, it's very useful.
I have the following problem, no matter who triggers the workflow the issues are always assigned to me (user_4).
I have the workflow step set like this:
- uses: trstringer/manual-approval@v1
with:
secret: ${{ github.TOKEN }}
approvers: user_1,user_2,user_3,user_4
minimum-approvals: 1
I'm the admin of the repo, but so is one of the other approvers.
Is this normal behavior? Shouldn't the issue be assigned to all the approvers?
Metadata
Metadata
Assignees
Labels
troubleshootingPermissions issues, unique scenarios, etc. May indicate a bug upon further inspection.Permissions issues, unique scenarios, etc. May indicate a bug upon further inspection.