Skip to content
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

Merged
merged 20 commits into from
Mar 21, 2024
Merged

fix: labeler.yml reformat #9973

merged 20 commits into from
Mar 21, 2024

Conversation

teolemon
Copy link
Member

@teolemon teolemon commented Mar 21, 2024

What

  • Reformat the labeler so that it conforms with v5 format and does not fail

@teolemon teolemon requested a review from a team as a code owner March 21, 2024 16:18
@github-actions github-actions bot added the GitHub Actions Pull requests that update Github_actions code label Mar 21, 2024
Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@teolemon teolemon enabled auto-merge (squash) March 21, 2024 18:25
- 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'
Copy link
Member

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 ?

Copy link
Member Author

Choose a reason for hiding this comment

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

Copy link
Member Author

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

@teolemon teolemon merged commit 78e2499 into main Mar 21, 2024
12 of 13 checks passed
@teolemon teolemon deleted the labeler-fixes branch March 21, 2024 18:38
Comment on lines +13 to +19
- 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'
Copy link
Member

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.

Payne680 pushed a commit to Payne680/openfoodfacts-server that referenced this pull request Mar 25, 2024
* 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
john-gom pushed a commit that referenced this pull request May 24, 2024
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
GitHub Actions Pull requests that update Github_actions code
Projects
Development

Successfully merging this pull request may close these issues.

2 participants