Setup bootstrap publish - #28
Conversation
PawanP1808
commented
Jun 15, 2026
- Setup bootstrap publish for first version.
|
👋 It seems that this PR is adding a GitHub Action workflow that looks a lot like a CI step. If your repository already uses Shopify Build CI or Shipit CD, then please make sure to consider whether you are splitting your CI/CD pipelines and jobs in a way that makes sense and is easy to maintain. If this workflow change is not introducing a CI step, then feel free to ignore this comment. For more details and explanation, click to expand...Shopify Build used to be the required platform for CI at Shopify, but we are now allowing GitHub Actions to be used for this purpose, especially if the repo is using ProdKit for deploys. But it's not always a good idea to split your CI for a repo or service between different systems at once. We want to make sure that developers think about the potential maintenance costs of maintaining multiple systems before doing so. For more information, see GitHub Actions on Vault. Note that this message is based on a simple regex detection, and may not always be accurate. If your action is not a CI step, and is already running on If your repository is intended to become Public later, please use This comment was added by the Warning CautionTapeBot Deprecation Notice CautionTapeBot is being deprecated and will be sunset in Q1 2026. Please plan to migrate your workflows. |
|
👋 It seems that this PR is adding, or editing, a GitHub Action workflow that is not configured to use our custom GitHub Action runners. For private repositories, the only supported way of running Action workflows is via the custom runners. You can learn more about the supported use cases in our GitHub Actions documentation. To make sure that your workflow is using these runners you need to add the runs-on: shopify-ubuntu-latestIf your repository is intended to become Public later, please use If you run into any issues with the custom runners, please reach out in help-eng-infrastructure on Discourse. Note for OS VersionsThe To use Ubuntu 20.04 only, you can specify To use Ubuntu 22.04 only, you can specify This comment was added by the Warning CautionTapeBot Deprecation Notice CautionTapeBot is being deprecated and will be sunset in Q1 2026. Please plan to migrate your workflows. |
3e84a04 to
e55b5f8
Compare