Skip to content

Commit

Permalink
fix: labeler.yml for Estonia packager code (#11036)
Browse files Browse the repository at this point in the history
This PR fixes a bug from
#11017 that
makes tests fail for all PRs.

```
 750 | :
-------^
 751 | - changed-files:
 752 |   - any-glob-to-any-file: 'scri ...
Error: incomplete explicit mapping pair; a key node is missed; or followed by a non-tabulated empty line (750:1)
```
  • Loading branch information
stephanegigandet authored Nov 22, 2024
1 parent febb3e9 commit adbcc0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,7 @@ Portugal:
- any-glob-to-any-file: 'scripts/packager-codes/portugal-geocode.sh'
- any-glob-to-any-file: 'scripts/packager-codes/portugal-concatenate-csv-sections.py'

:
Estonia:
- changed-files:
- any-glob-to-any-file: 'scripts/packager-codes/toidukaitlejad-tsv.xsl'

Expand Down

0 comments on commit adbcc0b

Please sign in to comment.