Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion .github/configs/labeler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,12 @@ pipe:

doc:
- changed-files:
- any-glob-to-any-file: README.md
- any-glob-to-any-file: README.md

br-ccs:
- changed-files:
- any-glob-to-any-file: charts/br-ccs/**

br-slc:
- changed-files:
- any-glob-to-any-file: charts/br-slc/**
3 changes: 3 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
- [ ] Pipeline
- [ ] Documentation
- [ ] Fetcher
- [ ] BR STA
- [ ] BR CCS
- [ ] BR SLC

## Checklist
Please check each item after it's completed.
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/gptchangelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
with:
runner_type: "blacksmith-4vcpu-ubuntu-2404"
filter_paths: |-
charts/br-sta
charts/fetcher
charts/lerian-notification
charts/midaz
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/pr-title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,11 @@ jobs:
doc
product-console
fetcher
lender
tracer
br-sta
br-ccs
br-slc
new
charts
common
Expand Down
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,19 @@ For implementation and configuration details, see the [README](https://charts.le
| `3.1.0` | 3.0.2 | 3.0.2 |
-----------------

### Lender

For more details, check out the [official documentation](https://docs.lerian.studio/en/lender).

For implementation and configuration details, see the [README](https://charts.lerian.studio/charts/lender).

#### Application Version Mapping

| Chart Version | Lender Version |
| :---: | :---: |
| `1.0.0-beta.1` | 1.0.0-beta.48 |
-----------------

### Tracer

For more details, check out the [official documentation](https://docs.lerian.studio/en/tracer).
Expand Down
Loading