Add some new tests

This commit is contained in:
Josh Dales
2023-03-24 21:09:16 -04:00
parent e51b118725
commit a9e07ce8ff
4 changed files with 81 additions and 101 deletions

View File

@@ -0,0 +1,14 @@
label1:
- any:
- changed-files: ['glob']
- head-branch: ['regexp']
- base-branch: ['regexp']
- all:
- changed-files: ['glob']
- head-branch: ['regexp']
- base-branch: ['regexp']
label2:
- changed-files: ['glob']
- head-branch: ['regexp']
- base-branch: ['regexp']

View File

@@ -1,3 +1,2 @@
touched-a-pdf-file:
- changed-files:
- any: ['*.pdf']
- changed-files: ['*.pdf']