Skip to content

Commit d681696

Browse files
feat: add CLA workflow caller
feat: add CLA workflow caller
1 parent ea005fb commit d681696

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/workflows/cla.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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+
merge_group:
12+
pull_request:
13+
types: [opened, reopened, synchronize]
14+
branches:
15+
- main
16+
- master
17+
18+
jobs:
19+
cla:
20+
uses: clima/.github/.github/workflows/cla_template.yml@main
21+
secrets: inherit

0 commit comments

Comments
 (0)