We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2001c5 commit 5aeed12Copy full SHA for 5aeed12
1 file changed
.github/workflows/cla.yml
@@ -0,0 +1,13 @@
1
+name: CLA Assistant
2
+on:
3
+ pull_request_target:
4
+ types: [opened, synchronize, reopened]
5
+ issue_comment:
6
+ types: [created]
7
+
8
+jobs:
9
+ cla:
10
+ uses: replane/.github/.github/workflows/cla.yml@main
11
+ secrets:
12
+ CLA_TOKEN: ${{ secrets.CLA_TOKEN }}
13
0 commit comments