Skip to content

Commit

Permalink
Merge pull request #11 from johnmanjiro13/tagpr-from-v0.1.1
Browse files Browse the repository at this point in the history
Release for v0.1.2
  • Loading branch information
johnmanjiro13 committed Jun 21, 2023
2 parents eb3e82f + 4619138 commit 136a3c4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [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
- Revert "chore(deps): update node.js to v16.20.1" by @johnmanjiro13 in https://github.com/johnmanjiro13/auto-reviewer-assign/pull/13
- refactor: Use list files api to get changed filenames by @johnmanjiro13 in https://github.com/johnmanjiro13/auto-reviewer-assign/pull/15

## [v0.1.1](https://github.com/johnmanjiro13/auto-reviewer-assign/compare/v0.1.0...v0.1.1) - 2023-06-08
- feat: Introduce eslint and prettier by @johnmanjiro13 in https://github.com/johnmanjiro13/auto-reviewer-assign/pull/1
- fix: typo by @johnmanjiro13 in https://github.com/johnmanjiro13/auto-reviewer-assign/pull/3
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.1
- uses: johnmanjiro13/auto-reviewer-assign@v0.1.2
with:
token: ${{ secrets.GITHUB_TOKEN }}
```

0 comments on commit 136a3c4

Please sign in to comment.