Open matthewgallo opened 4 days ago
Name | Link |
---|---|
Latest commit | 23ac446ff3ee60644f9dab24082dabc8871bf62c |
Latest deploy log | https://app.netlify.com/sites/ibm-products-web-components/deploys/673f7bf3fd7b830008c7b5b5 |
Deploy Preview | https://deploy-preview-6498--ibm-products-web-components.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Name | Link |
---|---|
Latest commit | 23ac446ff3ee60644f9dab24082dabc8871bf62c |
Latest deploy log | https://app.netlify.com/sites/carbon-for-ibm-products/deploys/673f7bf36a616100084188d7 |
Deploy Preview | https://deploy-preview-6498--carbon-for-ibm-products.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 79.64%. Comparing base (
01ece2b
) to head (23ac446
).
π¨ Try these New Features:
Yes! I'm coming off the bench π I went to add an approval to https://github.com/carbon-design-system/ibm-products/pull/6437 and realized that I couldn't since it was opened by me (my guess is that maybe I created the token that's currently passed to peter-evans/create-pull-request
).
Both chore
and build
seem like valid options and I've seen both used across various different projects, happy to stick with build
π
Closes #6497
Uses same token approach as Core to open PRs so that it is opened by one of the Carbon github bots/apps. I also removed the slack integration piece since it doesn't work and wanted to do some cleanup.
What did you change?
How did you test and verify your work?
Haven't been able to yet! But the same
APP_ID
andAPP_PRIVATE_KEY
secrets have been added to our repo that are also used in core and those are used to generate the token used bypeter-evans/create-pull-request
.