Shopify / js-buy-sdk

The JS Buy SDK is a lightweight library that allows you to build ecommerce into any website. It is based on Shopify's API and provides the ability to retrieve products and collections from your shop, add products to a cart, and checkout.
https://shopify.github.io/js-buy-sdk
MIT License
987 stars 262 forks source link

Migrate off probot-CLA to new GitHub Action #909

Closed cursedcoder closed 2 years ago

cursedcoder commented 2 years ago

Hello 👋

We are deprecating probot usage, so all Shopify repos should be migrated to use new GitHub CLA Action.

You can see how this works in vscode-shopify-ruby repo.

If you have any questions, please reach us on Slack.

After you merge this PR, make sure to update branch protection settings (if you have any):

  1. Go to Settings > Branches > Edit main (or any default) branch
  2. Remove the CLA check from probot (click x): image
  3. Add CLA check from GitHub action: image