Skip to content

Commit 6bc9700

Browse files
Add cherry-picking automation (#421)
1 parent 444525b commit 6bc9700

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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 }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ distributed messaging challenges and ensures data consistency.
2525
This 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 |

0 commit comments

Comments
 (0)