-
Notifications
You must be signed in to change notification settings - Fork 16
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
[infra] Create first reusable workflow #159
[infra] Create first reusable workflow #159
Conversation
…ed on a team slug
…used and not as a standalone action
Co-authored-by: Jose C Quintas Jr <[email protected]> Signed-off-by: Michel Engelen <[email protected]>
FYI: the other changes are also present in #158 because i branched off of it! 👍🏼 |
@prakhargupta1 do you have an idea why the Cirlce CI steps are not running? |
Nope, it did run in the Circle CI dashboard though. Your old PRs also seem to have the same concern. |
DATA=$(gh api \ | ||
-H "Accept: application/vnd.github+json" \ | ||
-H "X-GitHub-Api-Version: 2022-11-28" \ | ||
/orgs/${{ github.repository_owner }}/teams/${{ inputs.team-slug }}/members?role=maintainer&per_page=100 \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't understand this logic. Is this PR meant to experiment with reusable workflow?
@michelengelen #162 (comment). It should work now. |
Adds the first reusable workflow: add PR reviewers based on team