aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2021-10-13 16:12:22 -0400
committerGitHub <noreply@github.com>2021-10-13 16:12:22 -0400
commit6b9cb665fa101299d8a6f67d6d7e4705da13abee (patch)
tree271c01d36f9cbe266cdd7c2264575903d1ac518e
parent33e79237bc003e8d6d556bf1b6a6e292bb8945e5 (diff)
parent348787a1b73463484b01a5f28bbbaf44bf98769a (diff)
downloadrneovim-6b9cb665fa101299d8a6f67d6d7e4705da13abee.tar.gz
rneovim-6b9cb665fa101299d8a6f67d6d7e4705da13abee.tar.bz2
rneovim-6b9cb665fa101299d8a6f67d6d7e4705da13abee.zip
Merge pull request #16015 from dundargoc/ci/labeler/breaking-changes
-rw-r--r--.github/workflows/labeler.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml
index c7a331c657..4aa56f5d0e 100644
--- a/.github/workflows/labeler.yml
+++ b/.github/workflows/labeler.yml
@@ -24,7 +24,7 @@ jobs:
- run: gh pr checkout ${{ github.event.pull_request.number }}
# Extract type and try to add it as a label
- - run: gh pr edit --add-label "$(echo "${{ github.event.pull_request.title }}" | sed -E 's|([[:alpha:]]+)(\(.*\))?:.*|\1|')" || true
+ - run: gh pr edit --add-label "$(echo "${{ github.event.pull_request.title }}" | sed -E 's|([[:alpha:]]+)(\(.*\))?!?:.*|\1|')" || true
# Extract scope and try to add it as a label
- - run: gh pr edit --add-label "$(echo "${{ github.event.pull_request.title }}" | sed -E 's|[[:alpha:]]+\((.+)\):.*|\1|')" || true
+ - run: gh pr edit --add-label "$(echo "${{ github.event.pull_request.title }}" | sed -E 's|[[:alpha:]]+\((.+)\)!?:.*|\1|')" || true