Skip to content

DGIR-44 : Update hook for cascading Entity Status #4

DGIR-44 : Update hook for cascading Entity Status

DGIR-44 : Update hook for cascading Entity Status #4

Workflow file for this run

name: Auto Semver
on:
pull_request_target:
types: closed
branches:
- main
jobs:
Updating-Tag:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v2
- name: Run Auto Semver
uses: discoverygarden/auto-semver@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}