From 3b15834e8d86b008d101669dd3c21e1f3e26ab42 Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Fri, 24 Nov 2023 14:55:52 +0100 Subject: [PATCH] Tools: Check pull request titles --- .github/workflows/check-pr-title.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/workflows/check-pr-title.yml diff --git a/.github/workflows/check-pr-title.yml b/.github/workflows/check-pr-title.yml new file mode 100644 index 000000000..4c24da5d0 --- /dev/null +++ b/.github/workflows/check-pr-title.yml @@ -0,0 +1,8 @@ +name: Check pull request title +on: [pull_request] +jobs: + main: + steps: + - uses: Slashgear/action-check-pr-title@v4.3.0 + with: + regexp: "(Desktop|Mobile|All|Cli|Tools|Chore|Clipper|Server|Android|iOS|Plugins): (Fixes|Resolves) #[0-9]+: .+"