Skip to content

Commit

Permalink
Fixes #32
Browse files Browse the repository at this point in the history
  • Loading branch information
Matticusau committed Aug 1, 2020
1 parent 02716ca commit 84da7db
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:
steps:
- name: Run PR Helper
id: runprhelper
uses: Matticusau/pr-helper@v1.2.0
uses: Matticusau/pr-helper@v1.2.2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
```
Expand Down Expand Up @@ -265,7 +265,7 @@ jobs:
steps:
- name: Run PR Helper on Schedule
id: runprhelperonschedule
uses: Matticusau/pr-helper@v1.1.0
uses: Matticusau/pr-helper@v1.2.2
with:
repo-token: ${{ secrets.GHACTION_PAT }}
enable-prmerge-automation: true
Expand Down
14 changes: 14 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Releases

## v1.2.2

Releasing the following functionality:

- None

Bug fixes:

- Frontmatter reviewer does not filter/skip attempting to assign the same user as PR owner which results in error #32

Breaking changes:

- None

## v1.2.1

Releasing the following functionality:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pr-helper",
"version": "1.2.1",
"version": "1.2.2",
"description": "A GitHub Action to help with managing PRs",
"main": "lib/main.js",
"scripts": {
Expand Down

0 comments on commit 84da7db

Please sign in to comment.