File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1+ name : Cherry pick PR commits for label
2+ on :
3+ pull_request_target :
4+ types : [closed]
5+ jobs :
6+ cherry_pick_pr_for_label :
7+ name : Cherry pick PR commits for label
8+ runs-on : ubuntu-latest
9+ steps :
10+ - uses : actions/checkout@v4
11+ - name : Cherry Pick PR for label
12+ uses : kurrent-io/Automations/cherry-pick-pr-for-label@master
13+ with :
14+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ distributed messaging challenges and ensures data consistency.
2525This monorepo contains the following packages:
2626
2727| Subfolder | Package |
28- | ---------------------------------------------------- | -------------------------------------------------------------------------------------- |
28+ | ------------------------------------------------------ | ---------------------------------------------------------------------------------------- |
2929| [ ` packages/db-client/ ` ] ( packages/db-client/ ) | [ ` @kurrent/kurrentdb-client ` ] ( https://www.npmjs.com/package/@kurrent/kurrentdb-client ) |
3030| [ ` packages/opentelemetry/ ` ] ( packages/opentelemetry/ ) | [ ` @kurrent/opentelemetry ` ] ( https://www.npmjs.com/package/@kurrent/opentelemetry ) |
3131| [ ` packages/test/ ` ] ( packages/test/ ) | Internal tests |
You can’t perform that action at this time.
0 commit comments