Skip to content

Commit

Permalink
Add missing quotes to labeler action (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
VoxelMC authored Dec 31, 2023
2 parents 6e0d027 + f8804a3 commit 09942e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'pr':
- changed-files:
- any-glob-to-any-file: src/**
- any-glob-to-any-file: 'src/**'
'ci':
- changed-files:
- any-glob-to-any-file: .github/**
- any-glob-to-any-file: '.github/**'

0 comments on commit 09942e9

Please sign in to comment.