Skip to content

Commit 3622008

Browse files
authored
Update dependabot-rebase-all.yml
1 parent 1c0fa31 commit 3622008

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/dependabot-rebase-all.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ on:
1111
token:
1212
default: ${{ github.token }}
1313
type: string
14+
action:
15+
default: rebase
16+
type: string
1417

1518
jobs:
1619
dependabot:
@@ -32,6 +35,6 @@ jobs:
3235
--limit 200 \
3336
--json "url" --jq ".[] | .url" \
3437
| xargs -n 1 -I{} \
35-
gh pr comment -b "@dependabot rebase" {}
38+
gh pr comment -b "@dependabot ${{ inputs.action }}" {}
3639
env:
3740
GH_TOKEN: ${{ github.token || inputs.token }}

0 commit comments

Comments
 (0)