IvanFon / super-labeler-action

A superpowered issue and pull request labeler for Github Actions.
GNU General Public License v3.0
22 stars 12 forks source link

Condition for pending approvals #6

Open IvanFon opened 4 years ago

IvanFon commented 4 years ago

Is your feature request related to a problem? Please describe. Applying labels when a PR is pending approvals.

Describe the solution you'd like Condition based on number of required approvals.

{
  name: "requiredApprovals",
  "count": 1
}

OR

{
  name: "approved",
  "value": true
}

Describe alternatives you've considered Still considering:

TGTGamer commented 3 years ago

Implemented in #24