mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-03-28 14:28:13 +00:00
* chore: update conventional-labeler action to version 2.0.0 * chore: add 'bug' label to fix category in release.yml * chore(conventional-labels.yml): add 'Validate PR' job to validate pull requests before labeling them chore(conventional-labels.yml): add 'Label PR' job to label pull requests after validation is successful * chore(conventional-labels.yml): update conditional statement in Label PR job to exclude Bot users from linting and only run if PR validation is successful * chore(conventional-labels.yml): update type_labels mapping to align with conventional commit keywords for better labeling in GitHub actions. * fix(conventional-labels.yml): run workflow only on editing the PR * chore(conventional-labels.yml): do not require an issue reference
36 lines
864 B
YAML
36 lines
864 B
YAML
changelog:
|
|
categories:
|
|
- title: 🚨 Breaking Changes
|
|
description: Changes that break existing functionality
|
|
labels:
|
|
- breaking
|
|
- title: ✨ New Features
|
|
description: New features and enhancements
|
|
labels:
|
|
- enhancement
|
|
- title: 🐛 Bug Fixes
|
|
description: Bug fixes and patches
|
|
labels:
|
|
- fix
|
|
- bug
|
|
- title: 📝 Documentation Updates
|
|
description: Changes to documentation
|
|
labels:
|
|
- documentation
|
|
- title: 🛠 Maintenance Tasks
|
|
description: Maintenance tasks and housekeeping
|
|
labels:
|
|
- chore
|
|
- refactor
|
|
- style
|
|
- performance
|
|
- build
|
|
- title: ✅ Tests
|
|
description: Changes to tests
|
|
labels:
|
|
- test
|
|
- title: Others
|
|
description: Other changes
|
|
labels:
|
|
- "*"
|