Skip to content

Commit

Permalink
ci: add label
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepakBomjan committed Sep 14, 2023
1 parent e492897 commit 522b08a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,15 @@ jobs:
- name: check value
run: echo "${{steps.check-labels.outputs.labels}}"

- name: Offer PR Label Guidance
uses: fountainhead/[email protected]
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"


0 comments on commit 522b08a

Please sign in to comment.