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