From 522b08a66e91282bb0010cd8af8fac409657d54d Mon Sep 17 00:00:00 2001 From: Deepak Bomjan Date: Thu, 14 Sep 2023 18:56:58 +0545 Subject: [PATCH] ci: add label --- .github/workflows/bump-version.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/bump-version.yml b/.github/workflows/bump-version.yml index deb49c2ed..b7288aa51 100644 --- a/.github/workflows/bump-version.yml +++ b/.github/workflows/bump-version.yml @@ -56,3 +56,15 @@ jobs: - name: check value run: echo "${{steps.check-labels.outputs.labels}}" + - name: Offer PR Label Guidance + uses: fountainhead/action-pr-label-assistant@v1.0.0 + id: labels + with: + token: ${{ secrets.GITHUB_TOKEN }} + id: default + whitelist: cicd,semver:minor + - name: Create/Update Preview Instance + if: steps.labels.outputs.preview-instance == 'present' + run: echo "PR Label present" + +