-
Notifications
You must be signed in to change notification settings - Fork 20
Allow more complex labels to be defined #16
Copy link
Copy link
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/**/*Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request