chore: fix mergify docs status label

This commit is contained in:
yihau 2022-05-06 14:42:05 +08:00
parent c4aa082efc
commit f3e916566f
2 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ on:
jobs: jobs:
main: docs-build:
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
steps: steps:
- name: Checkout - name: Checkout

View File

@ -39,7 +39,7 @@ pull_request_rules:
- author≠@dont-squash-my-commits - author≠@dont-squash-my-commits
- or: - or:
# only require docs checks if docs files changed # only require docs checks if docs files changed
- status-success=docs - status-success=docs-build
- -files~=^docs/ - -files~=^docs/
- or: - or:
# only require explorer checks if explorer files changed # only require explorer checks if explorer files changed
@ -65,7 +65,7 @@ pull_request_rules:
- author=@dont-squash-my-commits - author=@dont-squash-my-commits
- or: - or:
# only require docs checks if docs files changed # only require docs checks if docs files changed
- status-success=docs - status-success=docs-build
- -files~=^docs/ - -files~=^docs/
- or: - or:
# only require explorer checks if explorer files changed # only require explorer checks if explorer files changed