--- # Add 'Documentation' label to to .md files within the entire repository # any file changes within 'docs' or 'guides' folders Documentation: - changed-files: - any-glob-to-any-file: - '**/*.md' - docs/* - guides/* # Add 'source' label to any change to src and tasks files within the source dir EXCEPT for the docs sub-folder source: - all: - changed-files: - any-glob-to-any-file: - 'src/**/*' - 'tasks/**/*' - all-globs-to-all-files: '!src/docs/*' enhancement: - changed-files: - any-glob-to-any-file: '.gitea/**/*'