Skip to content

Commit

Permalink
Merge pull request #16 from johnmanjiro13/tagpr-from-v0.1.2
Browse files Browse the repository at this point in the history
Release for v0.1.3
  • Loading branch information
johnmanjiro13 committed Jun 23, 2023
2 parents 9e38825 + 882b7c4 commit ce72637
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## [v0.1.3](https://github.com/johnmanjiro13/auto-reviewer-assign/compare/v0.1.2...v0.1.3) - 2023-06-23
- chore(deps): update node.js to v16.20.1 by @renovate in https://github.com/johnmanjiro13/auto-reviewer-assign/pull/14

## [v0.1.2](https://github.com/johnmanjiro13/auto-reviewer-assign/compare/v0.1.1...v0.1.2) - 2023-06-21
- feat: Allow to match filenames with a period if paths have wildcards by @johnmanjiro13 in https://github.com/johnmanjiro13/auto-reviewer-assign/pull/10
- chore(deps): update node.js to v16.20.1 by @renovate in https://github.com/johnmanjiro13/auto-reviewer-assign/pull/12
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: johnmanjiro13/auto-reviewer-assign@v0.1.2
- uses: johnmanjiro13/auto-reviewer-assign@v0.1.3
with:
token: ${{ secrets.GITHUB_TOKEN }}
```

0 comments on commit ce72637

Please sign in to comment.