From 19531d229bd5a60b52c507cee5d4085ed1adacbe Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Fri, 24 Nov 2023 14:53:31 +0100 Subject: [PATCH] check pr title --- .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 00000000000..2ea79401b72 --- /dev/null +++ b/.github/workflows/check-pr-title.yml @@ -0,0 +1,8 @@ +name: Check pull request title +on: [push, 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]+: .+"