Skip to content

Commit 36513c3

Browse files
author
Mac Siri
authored
Create cla.yml
1 parent 2a2efd4 commit 36513c3

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/cla.yml

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: "CLA"
2+
on:
3+
issue_comment:
4+
types: [created]
5+
pull_request_target:
6+
types: [opened,closed,synchronize]
7+
merge_group:
8+
branches:
9+
- main
10+
11+
permissions:
12+
actions: write
13+
contents: write
14+
pull-requests: write
15+
statuses: write
16+
17+
jobs:
18+
check_cla:
19+
uses: forem/forem/.github/workflows/cla.yml@main
20+
secrets: inherit

0 commit comments

Comments
 (0)