Skip to content

Commit

Permalink
Added checks for title
Browse files Browse the repository at this point in the history
  • Loading branch information
PiotrFedak committed Jun 10, 2024
1 parent 8fcb3b9 commit 3d87fd8
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/check-pr-title.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Check PR Title
on:
pull_request:
types:
- opened
- edited
- synchronize
- ready_for_review
- reopened

jobs:
check-pr-title:
name: Check PR title
timeout-minutes: 10
if: github.event.pull_request.draft == false
runs-on: ubuntu-22.04

steps:
- uses: blumilksoftware/action-pr-title@e05fc76a1cc45b33644f1de51218be43ac121dd0 # v1.2.0

0 comments on commit 3d87fd8

Please sign in to comment.