From f3e916566f89760530d6dad26ec1b88e2798c9bf Mon Sep 17 00:00:00 2001 From: yihau Date: Fri, 6 May 2022 14:42:05 +0800 Subject: [PATCH] chore: fix mergify docs status label --- .github/workflows/docs.yml | 2 +- .mergify.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 8fb372bf1..e9d8f1baa 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -16,7 +16,7 @@ on: jobs: - main: + docs-build: runs-on: ubuntu-20.04 steps: - name: Checkout diff --git a/.mergify.yml b/.mergify.yml index c9b8e2f66..faa3dc825 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -39,7 +39,7 @@ pull_request_rules: - author≠@dont-squash-my-commits - or: # only require docs checks if docs files changed - - status-success=docs + - status-success=docs-build - -files~=^docs/ - or: # only require explorer checks if explorer files changed @@ -65,7 +65,7 @@ pull_request_rules: - author=@dont-squash-my-commits - or: # only require docs checks if docs files changed - - status-success=docs + - status-success=docs-build - -files~=^docs/ - or: # only require explorer checks if explorer files changed