1
0
mirror of https://github.com/actions/labeler synced 2026-05-11 08:21:09 +02:00

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']