Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
chore: fix mergify docs status label
Browse files Browse the repository at this point in the history
  • Loading branch information
yihau committed May 6, 2022
1 parent c4aa082 commit f3e9165
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:


jobs:
main:
docs-build:
runs-on: ubuntu-20.04
steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit f3e9165

Please sign in to comment.