- Tests, Pint, Release, Changelog, Auto-merge, Deploy Docs workflows - Bug report template, security policy, contributing guide - Dependabot config for GitHub Actions - Remove .idea from tracking - Keep only premium packages in ecosystem section
22 lines
366 B
YAML
22 lines
366 B
YAML
changelog:
|
|
exclude:
|
|
labels:
|
|
- skip-changelog
|
|
authors:
|
|
- dependabot
|
|
categories:
|
|
- title: Bug Fixes
|
|
labels:
|
|
- bug
|
|
- fix
|
|
- title: New Features
|
|
labels:
|
|
- feature
|
|
- enhancement
|
|
- title: Breaking Changes
|
|
labels:
|
|
- breaking
|
|
- title: Other Changes
|
|
labels:
|
|
- "*"
|