blob: cc83d7cd37ad045006d03cba93c52e84b5c00578 (
plain)
1
2
3
4
5
6
7
8
9
|
# Add 'needs code review' label to any changes within the entire repository
needs code review:
- changed-files:
- any-glob-to-any-file: '**'
# Add 'needs testing' label to any changes within the entire repository
needs testing:
- changed-files:
- any-glob-to-any-file: '**'
|