fix(ci): use comma-separated list for include_files, remove default files#111
fix(ci): use comma-separated list for include_files, remove default files#111
Conversation
…iles Signed-off-by: Antonia Gaete <agaete@linuxfoundation.org>
|
No actionable comments were generated in the recent review. 🎉 WalkthroughThe license header check workflow configuration simplifies the Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Pull request overview
This pull request modifies the license header check workflow configuration to simplify the include_files parameter. The change converts from a multi-line YAML array format to a single-line string containing only *.tpl, removing the previously listed patterns for *.txt, *.yaml, *.yml, and .gitignore. The PR description states these removed patterns are already included as defaults in the reusable workflow.
Changes:
- Simplified
include_filesfrom multi-line YAML array to single-line string format - Removed file patterns assumed to be defaults (*.txt, *.yaml, *.yml, .gitignore)
- Retained only *.tpl pattern for explicit inclusion
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This pull request updates the license header check workflow configuration to correctly list the set of files included in the license check. Additionally, files that are already included as defaults were removed.
JIRA check (not related to ticket) LFXV2-00