Skip to content

Commit

Permalink
Note about re-running the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dentarg committed Oct 23, 2022
1 parent 93037d2 commit d6010b8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,10 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
````

With the above workflow, to re-run the action, have Dependabot close and re-open the pull request:

```bash
gh pr comment --body '@dependabot close' NUM
gh pr comment --body '@dependabot reopen' NUM
````

0 comments on commit d6010b8

Please sign in to comment.