Skip to content

Instantly share code, notes, and snippets.

@maxirosson
Last active August 28, 2021 00:34
Show Gist options
  • Save maxirosson/40ed7a6491da970c01aecf0e334dd4f2 to your computer and use it in GitHub Desktop.
Save maxirosson/40ed7a6491da970c01aecf0e334dd4f2 to your computer and use it in GitHub Desktop.
version: 1
labels:
- label: "xsmall-diff"
size-below: 10
- label: "small-diff"
size-above: 9
size-below: 100
- label: "medium-diff"
size-above: 99
size-below: 500
- label: "large-diff"
size-above: 499
size-below: 1000
- label: "xlarge-diff"
size-above: 999
# https://github.com/google/re2/wiki/Syntax
- 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