-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Currently only basic label config is supported:
labelPRBasedOnFilePath:
schema:
- database/migrations/*
Supporting more advance options (specifically color
and description
) would add a lot of power to the tool (particularly if combined with #15)
Example:
labelPRBasedOnFilePath:
- label: schema
files: ['database/migrations/*']
- label: 'legacy/models :fire:'
color: '#f04411'
description: 'Warning: This PR touches the legacy data models.'
files:
- lib/models/*
- lib/models/**/*
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request