trstringer / manual-approval

Pause your GitHub Actions workflow and request manual approval from set approvers before continuing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub Issues can only have up to 10 people assigned to a issue

vincentclee opened this issue · comments

Example Config

steps:
  - uses: trstringer/manual-approval@v1
    with:
      secret: ${{ github.TOKEN }}
      approvers: org-team1

If your org-team1 has more than 10 users, only 10 users will be added to the issue. The workflow does not generate a error. This limitation should be documented.


Screenshot 2023-04-19 at 3 37 25 PM

Because it's not an error - the assignment is just to notify people that the issue is opened. Anyone in the list can still approve, even if they are not an assignee.