Skip to content

Commit

Permalink
docs: improve readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Jul 25, 2024
1 parent c2987b7 commit 87f109d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ Useful:

- to close multiple issues related to a pull request.
- to close issues related to a pull request not based on the default branch (ex: `master`, `main`).
For example, when a branch is related to version (e.g. `v1.5`, `v2.0`, ...)
For example, when a branch is related to version (e.g. `v1.5`, `v2.0`, ...)
- To add the same milestone defined on the PR to closed issues.

## Supported Syntax

Expand Down Expand Up @@ -49,7 +50,7 @@ jobs:

steps:
- name: Closes issues related to a merged pull request.
uses: ldez/gha-mjolnir@v1.0.3
uses: ldez/gha-mjolnir@v1.4.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```

0 comments on commit 87f109d

Please sign in to comment.