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/**/*
Currently only basic label config is supported:
Supporting more advance options (specifically
coloranddescription) would add a lot of power to the tool (particularly if combined with #15)Example: