fix(ci): lint checker#2422
Merged
ronething merged 8 commits intoapache:nextfrom Jun 24, 2025
Merged
Conversation
Signed-off-by: ashing <axingfly@gmail.com>
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR refactors the CI/CD lint checker configuration and cleans up documentation links and content. Key changes include:
- Adding and updating markdown, YAML, and license configuration files.
- Updating link replacement paths and reference URLs in documentation and code comments.
- Modifying workflow configuration to reference the appropriate directories for linting.
Reviewed Changes
Copilot reviewed 12 out of 13 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| powered-by.md | Added new page listing institutions using APISIX Ingress. |
| link-check-config.json | Updated link replacement path to reference docs correctly. |
| docs/crd/api.md config/crd/bases/apisix.apache.org_backendtrafficpolicies.yaml api/v1alpha1/backendtrafficpolicy_types.go |
Updated reference link text and URL to APISIX variable. |
| README.md | Minor edits for formatting and clarifications. |
| .yamllint.yml .markdownlint.yml .licenserc.yaml |
New configuration files for linting and license checks. |
| .github/workflows/yamllint-checker.yml .github/workflows/lint-checker.yml |
Updated workflow paths and ignore lists for linting. |
| .asf.yaml | Added ASF configuration with protected branch information. |
AlinsRan
approved these changes
Jun 24, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Signed-off-by: ashing axingfly@gmail.com
Type of change:
What this PR does / why we need it:
Pre-submission checklist: