Skip to content

Commit

Permalink
check pr title
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent22 committed Nov 24, 2023
1 parent 401d551 commit 19531d2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/check-pr-title.yml
Original file line number Diff line number Diff line change
@@ -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]+: .+"

0 comments on commit 19531d2

Please sign in to comment.