We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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)
color
description
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/**/*
The text was updated successfully, but these errors were encountered:
(This would, in the future, allow us to add labels based on other triggers too)
e.g.
autolabel: - label: schema files: ['database/migrations/*'] - label: 'Cool Project' files: ['app/CoolProject/**', 'app/CoolProject/*'] titleRegex: '.*COOL\-.*'
Sorry, something went wrong.
(This would, in the future, allow us to add labels based on other triggers too) e.g. autolabel: - label: schema files: ['database/migrations/*'] - label: 'Cool Project' files: ['app/CoolProject/**', 'app/CoolProject/*'] titleRegex: '.*COOL\-.*'
That is a nice idea, I like it.
No branches or pull requests
Currently only basic label config is supported:
Supporting more advance options (specifically
color
anddescription
) would add a lot of power to the tool (particularly if combined with #15)Example:
The text was updated successfully, but these errors were encountered: