We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef19fa6 commit 8b3d702Copy full SHA for 8b3d702
.github/workflows/cla.yml
@@ -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