mirror of
https://github.com/actions/labeler.git
synced 2026-01-01 17:17:18 +08:00
Better check for empty configs in checkAll
This commit is contained in:
6
__tests__/fixtures/any_and_all.yml
Normal file
6
__tests__/fixtures/any_and_all.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
tests:
|
||||
- any:
|
||||
- head-branch: ['^tests/', '^test/']
|
||||
- changed-files: ['tests/**/*']
|
||||
- all:
|
||||
- changed-files: ['!tests/requirements.txt']
|
||||
Reference in New Issue
Block a user