Skip to content
Merged

1.7.1 #188

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ jobs:
- name: Compile
run: yarn build

- name: Lint
run: yarn run lint

- name: Test
run: yarn test

Expand Down
51 changes: 41 additions & 10 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gather-pull-request-metadata",
"version": "1.7.0",
"version": "1.7.1",
"description": "Gather useful publicly available information about GitHub Pull Request and provide it in easy-to-digest JSON format.",
"author": "jamacku@redhat.com",
"license": "MIT",
Expand Down
Loading
Loading