Skip to content

Commit

Permalink
Test check-pr-title
Browse files Browse the repository at this point in the history
  • Loading branch information
tatomyr committed Dec 18, 2024
1 parent 6f64635 commit d53ef9c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/pr-title.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: PR Title Check

on:
pull_request:
types: [opened, edited, synchronize, reopened]

jobs:
check-pr-title:
runs-on: ubuntu-latest
steps:
- name: Check PR title
env:
PR_TITLE: ${{ github.event.pull_request.title }}
run: |
echo TEST
echo "$PR_TITLE"

0 comments on commit d53ef9c

Please sign in to comment.