Skip to content

Commit

Permalink
infra: Update labeler config to v5 format/structure
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirSlavik authored and KKoukiou committed Feb 28, 2024
1 parent c8af9fa commit cea85e1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 8 deletions.
13 changes: 9 additions & 4 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,16 @@

# Always apply target fedora version to any changes
f41:
- '**'
- any:
- changed-files:
- any-glob-to-any-file: ['**']

documentation:
- 'docs/**'
- any:
- changed-files:
- any-glob-to-any-file: ['docs/**']

infrastructure:
- '.github/**'
- 'dockerfile/**'
- any:
- changed-files:
- any-glob-to-any-file: ['.github/**', 'dockerfile/**']
13 changes: 9 additions & 4 deletions .github/labeler.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,16 @@ f{$ rawhide_fedora_version $}:
{% else %}
f{$ distro_release $}:
{% endif %}
- '**'
- any:
- changed-files:
- any-glob-to-any-file: ['**']

documentation:
- 'docs/**'
- any:
- changed-files:
- any-glob-to-any-file: ['docs/**']

infrastructure:
- '.github/**'
- 'dockerfile/**'
- any:
- changed-files:
- any-glob-to-any-file: ['.github/**', 'dockerfile/**']

0 comments on commit cea85e1

Please sign in to comment.