-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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] Fix automated reviewers assignment workflow #12986
[infra] Fix automated reviewers assignment workflow #12986
Conversation
Deploy preview: https://deploy-preview-12986--material-ui-x.netlify.app/ |
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.
LGTM, although, I haven't tested it or gone line by line. 🙈
Only way to test CI is to have the green ✓ |
DATA=$(gh api \ | ||
-H "Accept: application/vnd.github+json" \ | ||
-H "X-GitHub-Api-Version: 2022-11-28" \ | ||
/orgs/${{ORG}}/teams/${{TEAM_SLUG}}/members \ |
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.
Regarding this error:
https://github.com/mui/mui-x/actions/runs/8941961408
I guess that you should use $ORG
or ${{ env.ORG }}
instead of ${{ORG}}
😅
Fix for the broken workflow applied in #12982