We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93037d2 commit d6010b8Copy full SHA for d6010b8
README.md
@@ -26,3 +26,10 @@ jobs:
26
with:
27
github-token: ${{ secrets.GITHUB_TOKEN }}
28
````
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