Skip to content

Commit

Permalink
Merge pull request #56 from hiero-ledger/feature/pr-checks
Browse files Browse the repository at this point in the history
feat: PR checks
  • Loading branch information
nadineloepfe authored Feb 24, 2025
2 parents 2cb933f + 280fde4 commit 363c77c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: "PR Title Check"

on:
pull_request:

permissions:
statuses: write
contents: read

jobs:
title-check:
runs-on: ubuntu-latest
steps:
- name: Check PR Title
uses: step-security/conventional-pr-title-action@19fb561b33015fd2184055a05ce5a3bcf2ba3f54
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 363c77c

Please sign in to comment.