Skip to content

Commit e458f91

Browse files
Restore manual CLA retry dispatch
1 parent 1ec4a2d commit e458f91

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/retry-cla-assistant.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ on:
1616
types: [completed]
1717
schedule:
1818
- cron: "7,22,37,52 * * * *"
19+
workflow_dispatch:
20+
inputs:
21+
pr_number:
22+
description: "Pull request number to check"
23+
required: true
24+
type: number
1925

2026
permissions:
2127
actions: read

0 commit comments

Comments
 (0)