Skip to content

Commit d73302a

Browse files
committed
chore: try to trigger it
1 parent 361743d commit d73302a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/cla.yml

+12
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,22 @@ name: 'CLA Assistant'
22
on:
33
pull_request:
44
branches: [fix/cla_ci]
5+
push:
6+
branches: [fix/cla_ci]
57
issue_comment:
68
types: [created]
79
pull_request_target:
810
types: [opened, closed, synchronize]
11+
workflow_dispatch:
12+
inputs:
13+
recheck:
14+
description: 'Recheck the CLA'
15+
required: false
16+
default: 'false'
17+
sign:
18+
description: 'Sign the CLA'
19+
required: false
20+
default: 'false'
921

1022
permissions:
1123
actions: write

0 commit comments

Comments
 (0)