Skip to content

Commit

Permalink
Merge pull request #46 from alex-page/master
Browse files Browse the repository at this point in the history
v0.0.5
  • Loading branch information
AndrewMusgrave authored May 10, 2021
2 parents ebb189e + 1041906 commit 5351aff
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.

---

## 0.0.5 - 2021-05-10

- Fix broken imports in v0.0.4

## 0.0.4 - 2021-05-07

- Update dependencies
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
- name: Approve pull request
if: github.actor == 'dependabot[bot]'
uses: andrewmusgrave/[email protected].4
uses: andrewmusgrave/[email protected].5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
event: APPROVE
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import core from '@actions/core';
import github from '@actions/github';
import * as core from '@actions/core';
import * as github from '@actions/github';

const token = core.getInput('repo-token');
const requestEvent = core.getInput('event');
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": "automatic-pull-request-review",
"version": "0.0.4",
"version": "0.0.5",
"description": "👍 Github action to automate pull requests",
"private": true,
"main": "dist/index.js",
Expand Down

0 comments on commit 5351aff

Please sign in to comment.