# discoverability-action **Repository Path**: mirrors_Shopify/discoverability-action ## Basic Information - **Project Name**: discoverability-action - **Description**: Adds a comment to a pull request with areas of your code to test - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-01-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Discoverability action > Adds a comment to a pull request with areas of your code to test ## How to use This project is inactive, and isn’t fit for general usage outside of `Shopify/polaris-react`. If you work at Shopify and want to use this in your projects reach out to us over at #polaris. Since this is a JavaScript GitHub Action, the code in this repository gets executed directly without installed dependencies. Because of that, contributors need to run a build to ensure that their changes are reflected in the output of the action. There is a pre-commit hook in place that runs the build, but there are cases where this hook doesn't run (for example, when using the GitHub web interface to edit files). In those cases, remember to run `yarn run build` before creating a new release. ## Contributing To contribute to this project create a fork and clone it locally. We accept contributions in the form of pull requests and issues. Follow the [How to use](#how-to-use) instructions to get started. When contributing it is necessary to follow our [code of conduct](CODE_OF_CONDUCT.md).