Skip to content

Commit ac215af

Browse files
authored
Add CLA automation (#505)
1 parent 8f27716 commit ac215af

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/cla.yml

Lines changed: 11 additions & 0 deletions
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)