-
Notifications
You must be signed in to change notification settings - Fork 139
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
fix(actions): use correct reviewing team name #6549
fix(actions): use correct reviewing team name #6549
Conversation
✅ Deploy Preview for ibm-products-web-components ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for carbon-for-ibm-products ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6549 +/- ##
=======================================
Coverage 79.91% 79.91%
=======================================
Files 394 394
Lines 12888 12888
Branches 4267 4267
=======================================
Hits 10300 10300
Misses 2588 2588
|
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.
🙈
2654860
😂 I even left a comment in the code for my future self to update the name and still forgot! |
Another follow up PR to get the PR review label action working. I've confirmed that the auth issues are fixed now but then noticed a 404 for the teams api because I forgot to update the
team_slug
with the name of our reviewing team.One more small change included here is to just specify
APP_INSTALLATION_ID
as a valid input to be passed in.What did you change?