From 39ae697b551faa8377d4ed77cc09f008d8986cf2 Mon Sep 17 00:00:00 2001 From: Luis Ball Date: Wed, 24 Nov 2021 10:33:10 -0800 Subject: [PATCH] chore(action): use new prefix argumment --- .github/workflows/annotate.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/annotate.yml b/.github/workflows/annotate.yml index e5eb90c..1cd4ed3 100644 --- a/.github/workflows/annotate.yml +++ b/.github/workflows/annotate.yml @@ -22,6 +22,4 @@ jobs: GHSTACK_TARGET_REPOSITORY: luqven/gh-stack GHSTACK_OAUTH_TOKEN: ${{ secrets.PAT }} run: | - PR_TITLE=$(echo "$PR_TITLE" | cut -d "]" -f 1) - PR_TITLE=$(echo $PR_TITLE | sed 's/[][]//g') - gh-stack annotate "$PR_TITLE" --ci + gh-stack annotate "$PR_TITLE" --prefix '[]' --ci