diff --git a/.github/workflows/validate-pr-title.yaml b/.github/workflows/validate-pr-title.yaml new file mode 100644 index 000000000..52c5aadad --- /dev/null +++ b/.github/workflows/validate-pr-title.yaml @@ -0,0 +1,13 @@ +name: Validate pull request title + +on: + pull_request: + types: [opened, edited] + +jobs: + validate: + name: Validate PR title + runs-on: ubuntu-latest + steps: + - name: Validate PR title + uses: canonical/desktop-engineering/gh-actions/common/validate-pr-title@main \ No newline at end of file