Skip to content

Commit

Permalink
Release v1.1.1: Fix fetchByPr to load from the right repo. (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylorhall authored Mar 9, 2022
1 parent 59ee326 commit 496c094
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [1.1.1] - 2022-03-09

- [#98](https://github.com/sharesight/find-github-pull-request/pull/98) - Fetch the PR with the correct `repo.owner`, `repo.repo`…not hardcoded to the documentation example.
- [#99](https://github.com/sharesight/find-github-pull-request/pull/99) - Run `yarn jest` while building.

## [1.1.0] - 2022-03-09

- [#95](https://github.com/sharesight/find-github-pull-request/pull/96) & [#96](https://github.com/sharesight/find-github-pull-request/pull/96) = Returning new outputs: `base-ref` and `base-sha`.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Find Pull Request
id: find-pr
uses: kylorhall/find-github-pull-request@1.1.0
uses: kylorhall/find-github-pull-request@1.1.1
with:
# These are all default values.
token: ${{ secrets.GITHUB_TOKEN }}
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": "find-github-pull-request",
"version": "1.1.0",
"version": "1.1.1",
"description": "Find a Github Pull Request in a Github Action",
"main": "dist/index.js",
"author": {
Expand Down

0 comments on commit 496c094

Please sign in to comment.