Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Documentation improvement for get-changed-files action#26531

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
Copilot wants to merge3 commits intomaster
base:master
Choose a base branch
Loading
fromcopilot/apply-comments-from-review-thread

Conversation

Copy link
Contributor

CopilotAI commentedNov 25, 2025
edited by TravisEz13
Loading

PR Summary

This pull request updates the reusable composite GitHub Action for retrieving changed files in a pull request. The main improvements include removing the file count limit, clarifying filter pattern support, and ensuring case-insensitive filter matching for consistency across platforms.

Changed file retrieval and filtering:

  • The action now handles all changed files in a pull request, removing the previous 100-file limit. (.github/actions/infrastructure/get-changed-files/README.md)
  • Filter pattern support is clarified: only extension matching (*.ext) and path prefix matching are supported; complex glob or regex patterns are not. (.github/actions/infrastructure/get-changed-files/README.md)
  • Filter matching is now explicitly case-insensitive for cross-platform consistency. (.github/actions/infrastructure/get-changed-files/action.yml)

Documentation improvements:

  • The usage example now includes a step to check out the repository before running the action. (.github/actions/infrastructure/get-changed-files/README.md)

PR Context

Implements actionable feedback from automated code review on PR#26529. The case-insensitive filter behavior is intentional for cross-platform consistency, and a clarifying comment was added to document this design decision.

PR Checklist

Original prompt

open a new pull request to apply changes based on the comments inthis thread


💬 We'd love your input! Share your thoughts on Copilot coding agent in our2 minute survey.

- Fix README.md: Change "Handles up to 100 changed files" to "Handles all changed files (no limit)"- Fix README.md: Add actions/checkout step to basic usage example- Fix README.md: Improve limitations section with better filter pattern description- Fix action.yml: Change filter logic to use case-sensitive comparison for consistency with gitCo-authored-by: TravisEz13 <10873629+TravisEz13@users.noreply.github.com>
CopilotAI changed the title[WIP] Apply changes based on pull request review commentsApply code review feedback from get-changed-files action PR #26529Nov 25, 2025
@TravisEz13
Copy link
Member

@copilot the filter was supposed to be case insensitive, revert that change and add a comment to make that clear

Reverts the case-sensitivity change per review feedback. The filter isintentionally case-insensitive for cross-platform consistency. Addedcomment to clarify this design decision.Co-authored-by: TravisEz13 <10873629+TravisEz13@users.noreply.github.com>
Copy link
ContributorAuthor

@copilot the filter was supposed to be case insensitive, revert that change and add a comment to make that clear

Reverted the case-sensitivity change and added a clarifying comment: "Filter matching is intentionally case-insensitive for cross-platform consistency". Done in35c6775.

@TravisEz13TravisEz13 changed the titleApply code review feedback from get-changed-files action PR #26529Documentation improvement for get-changed-files actionNov 25, 2025
@TravisEz13TravisEz13 added the CL-DocsIndicates that a PR should be marked as a documentation change in the Change Log labelNov 25, 2025
@TravisEz13TravisEz13 marked this pull request as ready for reviewNovember 25, 2025 22:31
CopilotAI review requested due to automatic review settingsNovember 25, 2025 22:31
Copy link
Contributor

CopilotAI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Pull request overview

This PR improves the documentation for theget-changed-files reusable composite action. The changes clarify pagination behavior, filter pattern support, and add a necessary prerequisite step to the usage example. This documentation-only change makes the action easier to understand and use correctly.

Key changes:

  • Clarifies that the action handles all changed files without limits (pagination support was already implemented)
  • Adds explicit case-insensitive filter matching comment in the action code
  • Includes checkout step in usage example (required for local action references)

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

FileDescription
.github/actions/infrastructure/get-changed-files/action.ymlAdds inline comment documenting case-insensitive filter behavior for cross-platform consistency
.github/actions/infrastructure/get-changed-files/README.mdUpdates documentation to clarify no file limit, adds checkout step to usage example, and provides clearer explanation of supported filter patterns

💡Add Copilot custom instructions for smarter, more guided reviews.Learn how to get started.

@microsoft-github-policy-servicemicrosoft-github-policy-servicebot added the Review - NeededThe PR is being reviewed labelDec 3, 2025
@microsoft-github-policy-service
Copy link
Contributor

This pull request has been automatically marked as Review Needed because it has been there has not been any activity for7 days.
Maintainer, please provide feedback and/or mark it asWaiting on Author

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

Copilot code reviewCopilotCopilot left review comments

@SeeminglyScienceSeeminglyScienceSeeminglyScience approved these changes

@jshigetomijshigetomiAwaiting requested review from jshigetomijshigetomi is a code owner

+1 more reviewer

@TravisEz13TravisEz13TravisEz13 approved these changes

Reviewers whose approvals may not affect merge requirements

Labels

CL-DocsIndicates that a PR should be marked as a documentation change in the Change LogReview - NeededThe PR is being reviewed

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@TravisEz13@SeeminglyScience

[8]ページ先頭

©2009-2025 Movatter.jp