Skip to content
This repository has been archived by the owner on Nov 24, 2023. It is now read-only.

Commit

Permalink
feat: build for release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 11, 2020
1 parent be2cdd0 commit 6969017
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 2 deletions.
12 changes: 12 additions & 0 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
- [対象イベント](#%E5%AF%BE%E8%B1%A1%E3%82%A4%E3%83%99%E3%83%B3%E3%83%88)
- [補足](#%E8%A3%9C%E8%B6%B3)
- [FROM, TO](#from-to)
- [下書きのプルリクエストで最新コミット差分のみをチェックする場合](#%E4%B8%8B%E6%9B%B8%E3%81%8D%E3%81%AE%E3%83%97%E3%83%AB%E3%83%AA%E3%82%AF%E3%82%A8%E3%82%B9%E3%83%88%E3%81%A7%E6%9C%80%E6%96%B0%E3%82%B3%E3%83%9F%E3%83%83%E3%83%88%E5%B7%AE%E5%88%86%E3%81%AE%E3%81%BF%E3%82%92%E3%83%81%E3%82%A7%E3%83%83%E3%82%AF%E3%81%99%E3%82%8B%E5%A0%B4%E5%90%88)
- [Author](#author)

</details>
Expand Down Expand Up @@ -225,9 +226,20 @@ jobs:

### 下書きのプルリクエストで最新コミット差分のみをチェックする場合
```yaml
on:
pull_request:
types: [opened, reopened, synchronize, closed, ready_for_review]
jobs:
eslint:
name: ESLint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: technote-space/get-diff-action@v3
with:
CHECK_ONLY_COMMIT_WHEN_DRAFT: true
# ...
```

## Author
Expand Down
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ GitHub actions to get git diff.
- [Target events](#target-events)
- [Addition](#addition)
- [FROM, TO](#from-to)
- [Check only the latest commit differences in a draft Pull Request](#check-only-the-latest-commit-differences-in-a-draft-pull-request)
- [Author](#author)

</details>
Expand Down Expand Up @@ -225,9 +226,20 @@ If called on any other event, the result will be empty.

### Check only the latest commit differences in a draft Pull Request
```yaml
on:
pull_request:
types: [opened, reopened, synchronize, closed, ready_for_review]
jobs:
eslint:
name: ESLint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: technote-space/get-diff-action@v3
with:
CHECK_ONLY_COMMIT_WHEN_DRAFT: true
# ...
```

## Author
Expand Down
2 changes: 1 addition & 1 deletion build.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"owner":"technote-space","repo":"get-diff-action","sha":"FETCH_HEAD","ref":"refs/heads/master","tagName":"test/v3.1.1","branch":"gh-actions","tags":["test/v3.1.1","test/v3.1","test/v3"],"updated_at":"2020-09-11T10:06:37.865Z"}
{"owner":"technote-space","repo":"get-diff-action","sha":"4fab90c78dcbd2c9018e244198b881d4aa001fa6","ref":"refs/tags/v3.2.0","tagName":"v3.2.0","branch":"gh-actions","tags":["v3.2.0","v3.2","v3"],"updated_at":"2020-09-11T11:47:47.611Z"}
2 changes: 1 addition & 1 deletion node_modules/.yarn-integrity

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

0 comments on commit 6969017

Please sign in to comment.