Skip to content

UNCI2-146: Create script to perform naive analysis #25

UNCI2-146: Create script to perform naive analysis

UNCI2-146: Create script to perform naive analysis #25

Workflow file for this run

name: Auto Semver
on:
pull_request_target:
types: closed
branches:
- main
jobs:
update:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- name: Run Auto Semver
uses: discoverygarden/auto-semver@v1