github-script icon indicating copy to clipboard operation
github-script copied to clipboard

How to condition based on github teams?

Open alexInhert opened this issue 3 years ago • 1 comments

the example https://github.com/actions/github-script#welcome-a-first-time-contributor shows how to write a message to a first time contributor. Is it possible to write a message to any contributor except users set in a specific github team?

alexInhert avatar Apr 28 '22 21:04 alexInhert

👋 You could do this by fetching the members of a team and then checking if the creator is in that team.

The List team members API should help get you started.

joshmgross avatar Jan 21 '23 04:01 joshmgross