diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml new file mode 100644 index 0000000..bc383db --- /dev/null +++ b/.github/workflows/conventional-commits.yml @@ -0,0 +1,12 @@ +--- +name: conventional-commits +on: + pull_request_target: + types: + - opened + - edited +jobs: + label: + runs-on: ubuntu-latest + steps: + - uses: "bcoe/conventional-release-labels@v1"