Skip to content

Instantly share code, notes, and snippets.

@maxirosson
Created August 31, 2021 20:39
Show Gist options
  • Save maxirosson/eaf103a0306ab33c1a3ed10b9817e183 to your computer and use it in GitHub Desktop.
Save maxirosson/eaf103a0306ab33c1a3ed10b9817e183 to your computer and use it in GitHub Desktop.
Github Action - Labeler - Code Owners
version: 1
labels:
- label: "dev1"
files:
- "module1/.*"
- label: "dev2"
files:
- "module3/.*"
- label: "team1"
files:
- "module4/src/main/java/.*/feature1/.*"
- label: "team2"
files:
- "module5/.*"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment