Skip to content

DGI9-477: Pass all args. #33

DGI9-477: Pass all args.

DGI9-477: Pass all args. #33

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