From 968ff9db3b29619bee67d15a5bbca2578396c2f1 Mon Sep 17 00:00:00 2001 From: Richard Case Date: Wed, 11 Aug 2021 12:11:33 +0100 Subject: [PATCH] chore: added kind/refactor as allowed PR type Signed-off-by: Richard Case --- .github/workflows/pr_type.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_type.yml b/.github/workflows/pr_type.yml index 11228664..db2288e2 100644 --- a/.github/workflows/pr_type.yml +++ b/.github/workflows/pr_type.yml @@ -16,5 +16,5 @@ jobs: steps: - uses: docker://agilepathway/pull-request-label-checker:latest with: - one_of: kind/bug,kind/documentation,kind/feature,kind/regression + one_of: kind/bug,kind/documentation,kind/feature,kind/regression,kind/refactor repo_token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file