We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3c0243 commit 3921ebcCopy full SHA for 3921ebc
.github/workflows/cla.yml
@@ -0,0 +1,20 @@
1
+---
2
+name: CLA Workflow
3
+
4
+permissions:
5
+ contents: write
6
+ checks: write
7
+ actions: write
8
+ pull-requests: write
9
10
+on:
11
+ pull_request:
12
+ types: [opened, reopened, synchronize]
13
+ branches:
14
+ - staging
15
+ - main
16
17
+jobs:
18
+ cla:
19
+ uses: ec-intl/workflow-templates/.github/workflows/cla_template.yml@main
20
+ secrets: inherit
0 commit comments