Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow < and > to work with lists #338

Open
edahlseng opened this issue Jan 16, 2019 · 0 comments
Open

Allow < and > to work with lists #338

edahlseng opened this issue Jan 16, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@edahlseng
Copy link
Contributor

It would be super helpful if the < and > (and <=/>=) operators worked with lists, whereby listA < listB means that every element in listA is in listB. This makes it possible to make rules like the following:

conditions:
  - commented-reviews-by<=approved-reviews-by

This is needed for the above example because GitHub does not clear the commented review state for a user when they approve a PR (instead it just adds an approving review in addition to the commented review).

If desired I can try to help with this issue, but would need a pointer as to where this logic is located!

@jd jd added the enhancement New feature or request label Sep 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

2 participants