From 5339a2c945bd9110255debc2a41456d1df0d8d9f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2020 18:24:16 +0900 Subject: [PATCH] feat: build for release --- README.ja.md | 7 +++++++ README.md | 7 +++++++ build.json | 2 +- 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/README.ja.md b/README.ja.md index 5169d9ba..ccc149c5 100644 --- a/README.ja.md +++ b/README.ja.md @@ -223,6 +223,13 @@ jobs: | context.payload.before = '000...000' | default branch (e.g. master) | context.payload.after | | else | context.payload.before | context.payload.after | +### 下書きのプルリクエストで最新コミット差分のみをチェックする場合 +```yaml + - uses: technote-space/get-diff-action@v3 + with: + CHECK_ONLY_COMMIT_WHEN_DRAFT: true +``` + ## Author [GitHub (Technote)](https://github.com/technote-space) diff --git a/README.md b/README.md index c7cd6ee9..959b2ffc 100644 --- a/README.md +++ b/README.md @@ -223,6 +223,13 @@ If called on any other event, the result will be empty. | context.payload.before = '000...000' | default branch (e.g. master) | context.payload.after | | else | context.payload.before | context.payload.after | +### Check only the latest commit differences in a draft Pull Request +```yaml + - uses: technote-space/get-diff-action@v3 + with: + CHECK_ONLY_COMMIT_WHEN_DRAFT: true +``` + ## Author [GitHub (Technote)](https://github.com/technote-space) diff --git a/build.json b/build.json index 9b534044..8cc7e13e 100644 --- a/build.json +++ b/build.json @@ -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-11T05:12:41.005Z"} \ No newline at end of file +{"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-11T09:24:16.474Z"} \ No newline at end of file