Skip to content

Commit d6010b8

Browse files
committed
Note about re-running the workflow
1 parent 93037d2 commit d6010b8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,10 @@ jobs:
2626
with:
2727
github-token: ${{ secrets.GITHUB_TOKEN }}
2828
````
29+
30+
With the above workflow, to re-run the action, have Dependabot close and re-open the pull request:
31+
32+
```bash
33+
gh pr comment --body '@dependabot close' NUM
34+
gh pr comment --body '@dependabot reopen' NUM
35+
````

0 commit comments

Comments
 (0)