Skip to content

Commit

Permalink
FEAT PINK-459: created local '.github/workflows/pull-request-title.ya…
Browse files Browse the repository at this point in the history
…ml' from remote 'github_general/pull-request-title.yaml'
  • Loading branch information
vertice-ci committed Aug 20, 2024
1 parent e2aa700 commit 2f69be7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/pull-request-title.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: PR Title

on:
pull_request:
types:
- opened
- edited
- reopened
- synchronize

jobs:
check:
secrets: inherit
uses: VerticeOne/github-reusable-workflows/.github/workflows/pull-request-title-checker.yaml@pr-check-stable

0 comments on commit 2f69be7

Please sign in to comment.