From 615b513a9c02ad725a5d03fa87c137a4cbce6500 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 2 Feb 2022 01:52:54 +0100 Subject: [PATCH] dev: add "docs" scope To refer to documentation "backend" work, as opposed to its contents. --- core/cli/ci.el | 1 + 1 file changed, 1 insertion(+) diff --git a/core/cli/ci.el b/core/cli/ci.el index 7e8fa119b..49837ce8f 100644 --- a/core/cli/ci.el +++ b/core/cli/ci.el @@ -62,6 +62,7 @@ Accapted value types can be one or more of ref, hash, url, username, or name.") (list "cli" "ci" "lib" + "docs" (fn! (scope (&key type)) (when (and (memq type '(bump merge module release revert)) scope)