Perform periodic fixity checks on selected files.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
---
|
|
|
|
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
|