From 00325f65e2ed2fa93308deb9cb92af2751821e69 Mon Sep 17 00:00:00 2001 From: xrkffgg Date: Wed, 24 Feb 2021 20:19:28 +0800 Subject: [PATCH] docs: add skip-run-names info --- CHANGELOG.md | 6 ++++++ README.md | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e851a1c..aac010d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v1.2.1 + +`2021.02.24` + +- style: add more info. + ## v1.2.0 `2021.02.24` diff --git a/README.md b/README.md index 570207f..152f272 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ on: - cron: "*/10 * * * *" jobs: - check: + check-pr-ci: runs-on: ubuntu-latest steps: - uses: actions-cool/check-pr-ci@v1.2.0 @@ -59,7 +59,7 @@ jobs: - `merge-title`: `${number}` will be replaced with the current PR number - `failure-review`: When use this, the `failure-review-body` is necessary -- `skip-run-names`: [GitHub Doc](https://docs.github.com/en/rest/reference/checks#list-check-runs-for-a-git-reference) `check_runs` `name` +- `skip-run-names`: [GitHub Doc](https://docs.github.com/en/rest/reference/checks#list-check-runs-for-a-git-reference) `check_runs` `name`. When you merge default branch into another, you should add `check-pr-ci` (The jobs name) ## ⚡ Feedback