Skip to content

Commit 92fbddd

Browse files
kalphonse-rgbKaitlyn Alphonse
andauthored
feat: add CLA workflow caller
* feat: add CLA workflow caller * Update cla.yml * Add merge_group --------- Co-authored-by: Kaitlyn Alphonse <kalphonse@eci-iMac-2.local>
1 parent 0b5ee76 commit 92fbddd

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)