Unverified Commit 26366009 authored by Harry Mellor's avatar Harry Mellor Committed by GitHub
Browse files

[CI] Don't leave docs preview comment on closed PRs (#36087)


Signed-off-by: default avatarHarry Mellor <19981378+hmellor@users.noreply.github.com>
parent 16c472ab
...@@ -3,6 +3,7 @@ pull_request_rules: ...@@ -3,6 +3,7 @@ pull_request_rules:
description: Automatically apply documentation label description: Automatically apply documentation label
conditions: conditions:
- label != stale - label != stale
- -closed
- or: - or:
- files~=^[^/]+\.md$ - files~=^[^/]+\.md$
- files~=^docs/ - files~=^docs/
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment