diff --git a/.github/workflows/semantic-pr-title.yml b/.github/workflows/semantic-pr-title.yml new file mode 100644 index 0000000..692f123 --- /dev/null +++ b/.github/workflows/semantic-pr-title.yml @@ -0,0 +1,14 @@ +name: Семантический заголовок PR + +on: + pull_request: + branches: + - main + types: + - opened + - edited + - synchronize + +jobs: + semantic-pr-title: + uses: ExEr7um/workflows/.github/workflows/semantic-pr-title.yml@v0.7.0