Skip to content

Commit 8b3d702

Browse files
committed
Add CLA automation
1 parent ef19fa6 commit 8b3d702

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/cla.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: "CLA Assistant"
2+
on:
3+
issue_comment:
4+
types: [created]
5+
pull_request_target:
6+
types: [opened, closed, synchronize]
7+
8+
jobs:
9+
CLAAssistant:
10+
uses: restatedev/restate/.github/workflows/cla.yml@main
11+
secrets: inherit

0 commit comments

Comments
 (0)