Skip to content

workflows: Suppress invalid glob patterns#11499

Open
cosmo0920 wants to merge 1 commit intomasterfrom
cosmo0920-suppress-invalid-glob-patterns
Open

workflows: Suppress invalid glob patterns#11499
cosmo0920 wants to merge 1 commit intomasterfrom
cosmo0920-suppress-invalid-glob-patterns

Conversation

@cosmo0920
Copy link
Contributor

@cosmo0920 cosmo0920 commented Feb 25, 2026


Enter [N/A] in the box, if an item is not applicable to your change.

Testing
Before we can approve your change; please submit the following in a comment:

  • Example configuration file for the change
  • Debug log output from testing the change
  • Attached Valgrind output that shows no leaks or memory corruption was found

If this is a change to packaging of containers or native binaries then please confirm it works for all targets.

  • Run local packaging test showing all targets (including any new ones) build.
  • Set ok-package-test label to test for all targets (requires maintainer to do).

Documentation

  • Documentation required for this feature

Backporting

  • Backport to latest stable release.

Fluent Bit is licensed under Apache 2.0, by submitting this pull request I understand that this code will be released under the terms of that license.

Summary by CodeRabbit

  • Chores
    • Updated Windows build workflow path configurations to improve build process consistency.

Signed-off-by: Hiroshi Hatake <hiroshi@chronosphere.io>
@coderabbitai
Copy link

coderabbitai bot commented Feb 25, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info

Configuration used: defaults

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between bc966ed and 952faac.

📒 Files selected for processing (1)
  • .github/workflows/pr-windows-build.yaml

📝 Walkthrough

Walkthrough

The PR Windows build GitHub Actions workflow was updated to normalize path glob patterns by removing the leading "./" notation from conf/** and cmake/** path filters in the pull request trigger configuration.

Changes

Cohort / File(s) Summary
GitHub Actions Workflow Configuration
.github/workflows/pr-windows-build.yaml
Updated path glob patterns under pull_request paths, removing leading "./" prefix from conf/** and cmake/** patterns for consistency with standard glob notation.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Suggested reviewers

  • niedbalski
  • celalettin1286
  • patrick-stephens

Poem

🐰 A little hop and skip today,
Dots and slashes swept away,
The paths now clean, the globs refined,
Windows workflows, realigned!

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title describes removing leading './' from glob patterns in workflows, which directly matches the actual changes in the PR that updated path globs from './conf/' to 'conf/' and './cmake/' to 'cmake/'.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch cosmo0920-suppress-invalid-glob-patterns

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant