Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request makes significant updates to repository automation and configuration, primarily focusing on simplifying workflows, updating deployment logic, and cleaning up linter and environment files. The changes streamline CI/CD processes, remove unused scripts and configurations, and introduce new validation and commenting workflows for pull requests.
Workflow and CI/CD updates:
publish.yml,github-pages.yml,index.yml,lint.yml, andtest-pull-request.yml, consolidating and simplifying CI/CD pipeline management. [1] [2] [3] [4] [5]deploy.ymlnow defaults to production deployments and uses a more robust input handling for environment variables;stage.ymlis renamed to "Staging" and hardcodes the environment tostage. (Fca7e651L1, [1] [2] [3]commerce-contributorrepository instead ofcommerce-php, aligning with new automation sources.Linting and configuration cleanup:
.github/linters/.markdownlint.ymlreference from.markdownlint.yml, further cleaning up linter configuration..github/super-linter.envfile, eliminating custom environment settings for super-linter.Environment and script cleanup:
.env.examplefile, removing unused example environment variables..github/scripts/get-path-prefix.js, which was previously used to validate and extract the GatsbypathPrefix.Enhancements to pull request automation:
pr-validation.yml) and PR comment automation (pr-comment.yml), improving feedback for contributors by automatically commenting on PRs with lint warnings. [1] [2]Documentation and template updates:
dependabot.ymlto assign all npm PRs to a specific user and changed the update schedule to weekly.