Skip to content

Instantly share code, notes, and snippets.

@maxirosson
Created August 31, 2021 20:24
Show Gist options
  • Save maxirosson/c82786d1d2b99a95f2d5f3506172ee39 to your computer and use it in GitHub Desktop.
Save maxirosson/c82786d1d2b99a95f2d5f3506172ee39 to your computer and use it in GitHub Desktop.
Github Action - Labeler - Modules
version: 1
labels:
- label: "circleci"
files:
- ".circleci/.*"
- label: "github"
files:
- ".github/.*"
- label: "gradle"
files:
- "gradle/.*"
- ".*.gradle"
- ".*.gradle.kts"
- "buildSrc/.*"
- "gradle.properties"
- "gradlew"
- label: "idea"
files:
- ".idea/.*"
- label: "git"
files:
- ".gitignore"
- ".gitattributes"
- label: "wiki"
files:
- "wiki/.*"
- "README.md"
- label: "module1"
files:
- "module1/.*"
- label: "module2"
files:
- "module2/.*"
- label: "module3"
files:
- "module3/.*"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment