update lint.yml to check change in src/Pages#54
Open
jiangy10 wants to merge 1 commit into
Open
Conversation
melissag-ensemble
approved these changes
May 20, 2026
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.
Problem
If the repo owner set a branch ruleset about linter saying lint.yml is a required status check to merge the PR, and if the PR does not involve a change in src/Pages, the status checker will wait for lint.yml forever.
Verification
same code change on commit AdobeDocs/adp-devsite-github-actions-test@e0a2cb3. To test it, close and reopen this test PR, the branch ruleset will point out that lint.yml is a required check, then wait for a min, the status checker will report the lint check is passed