Support for team on commit[*].author #5163
nathan-ahn
started this conversation in
Ideas
Replies: 1 comment 3 replies
|
Hey @nathan-ahn ! Could you elaborate on your use case here? :) |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
According to this article from a few years back, the list of conditions that supports checking the user's team are:
Any chance that
commits[*].authorcould be added to this list for support? Would help unblock us on a complex rule that we're trying to set up.I'm imagining the condition would look like:
- commits[*].author = @team-nameAll reactions