-
-
Notifications
You must be signed in to change notification settings - Fork 403
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: labeler.yml reformat #9973
Conversation
Quality Gate passedIssues Measures |
- any-glob-to-any-file: 'templates/api/knowledge-panels/environment/ecoscore/ecoscore_unknown.tt.json' | ||
- any-glob-to-any-file: 'templates/web/pages/product/includes/ecoscore_details.tt.html' | ||
- any-glob-to-any-file: 'templates/api/knowledge-panels/environment/ecoscore/ecoscore_unknown.tt.json' | ||
- any-glob-to-any-file: 'templates/api/knowledge-panels/environment/palm_oil.tt.json' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you don't need it on this kind of entry, do you ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The example don't make it clear: https://github.com/actions/labeler?tab=readme-ov-file#notes-regarding-pull_request_target-event
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changed-files: match glob patterns against the changed paths
any-glob-to-any-file: ANY glob must match against ANY changed file
any-glob-to-all-files: ANY glob must match against ALL changed files
all-globs-to-any-file: ALL globs must match against ANY changed file
all-globs-to-all-files: ALL globs must match against ALL changed files
- changed-files: | ||
- any-glob-to-any-file: 'conf/mongodb/create_indexes.js' | ||
- any-glob-to-any-file: '.github/workflows/mongo-deploy.yml' | ||
- any-glob-to-any-file: 'scripts/checkmongodb.pl' | ||
- any-glob-to-any-file: 'scripts/update_all_products_from_dir_in_mongodb.pl' | ||
- any-glob-to-any-file: 'scripts/update_all_products_revisions_from_dir_in_mongodb.pl' | ||
- any-glob-to-any-file: 'scripts/mongodb_dump.sh' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FYI, you can write this:
- changed-files:
- any-glob-to-any-file:
- conf/mongodb/create_indexes.js
- .github/workflows/mongo-deploy.yml
- etc.
* fix: labeler.yml reformat * Update labeler.yml * Update labeler.yml * Update labeler.yml * Update labeler.yml * Update labeler.yml * Update labeler.yml * Update labeler.yml * Update labeler.yml * Update label.yml * Update label.yml * Update labeler.yml * Update labeler.yml * Update labeler.yml * Update labeler.yml * Update labeler.yml * Update labeler.yml * Update labeler.yml * Update labeler.yml * Update labeler.yml
* fix: labeler.yml reformat * Update labeler.yml * Update labeler.yml * Update labeler.yml * Update labeler.yml * Update labeler.yml * Update labeler.yml * Update labeler.yml * Update labeler.yml * Update label.yml * Update label.yml * Update labeler.yml * Update labeler.yml * Update labeler.yml * Update labeler.yml * Update labeler.yml * Update labeler.yml * Update labeler.yml * Update labeler.yml * Update labeler.yml
What