We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c0fa31 commit 3622008Copy full SHA for 3622008
.github/workflows/dependabot-rebase-all.yml
@@ -11,6 +11,9 @@ on:
11
token:
12
default: ${{ github.token }}
13
type: string
14
+ action:
15
+ default: rebase
16
+ type: string
17
18
jobs:
19
dependabot:
@@ -32,6 +35,6 @@ jobs:
32
35
--limit 200 \
33
36
--json "url" --jq ".[] | .url" \
34
37
| xargs -n 1 -I{} \
- gh pr comment -b "@dependabot rebase" {}
38
+ gh pr comment -b "@dependabot ${{ inputs.action }}" {}
39
env:
40
GH_TOKEN: ${{ github.token || inputs.token }}
0 commit comments