# Limit to 0 changed-files labels (none allowed) changed-files-labels-limit: 0 # Labels based on changed files component-a: - changed-files: - any-glob-to-any-file: ['components/a/**'] component-b: - changed-files: - any-glob-to-any-file: ['components/b/**'] # Labels based on branch patterns only test-branch: - head-branch: '^test/' feature-branch: - head-branch: '/feature/'