github / privileged-requester

Privileged Requester Action
MIT License
15 stars 2 forks source link

Fix comparision of labels by using sets #87

Closed northrup closed 1 year ago

northrup commented 1 year ago

This PR fixes a problem where actions runs were incorrectly rejected becasue the labels returned from the API where not in the same order as the labels in the configured array.

fixes https://github.com/github/privileged-requester/issues/85