K-Phoen / semver-release-action

GitHub Action to automatically create SemVer compliant releases based on PR labels.
MIT License
85 stars 38 forks source link

Fix wrong yaml syntax for `on.pull_request.type` #42

Closed dbirks closed 2 years ago

dbirks commented 3 years ago

Looks like the syntax in the example is slightly wrong, based on the documentation here: https://docs.github.com/en/actions/reference/events-that-trigger-workflows#pull_request

Noticed in vscode:

2021-09-02_10-30

K-Phoen commented 2 years ago

The example in the README has been updated :)