From 825dbce91b062a0c82e4bd731fb03b9564e9a5c9 Mon Sep 17 00:00:00 2001 From: Sahil Kumar Date: Wed, 21 Jul 2021 15:49:44 +0530 Subject: [PATCH] Add `doc` as a scope in PR Title workflow --- .github/workflows/pr_title.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr_title.yml b/.github/workflows/pr_title.yml index 732c4164..02aeb03a 100644 --- a/.github/workflows/pr_title.yml +++ b/.github/workflows/pr_title.yml @@ -19,7 +19,8 @@ jobs: persistence core ui + doc repo requireScope: true env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}