Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .github/workflows/pr-verifier.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: PR Verifier

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

permissions: {}

jobs:
verify-pr-title:
uses: kagenti/.github/.github/workflows/pr-verifier-required.yml@4e535f2436d167295d39d488ce5c44b5a2d49792

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

praise: Good security practices — permissions: {} at the top level (lets the reusable workflow declare its own minimal permissions), and the reusable workflow reference is pinned to a full SHA rather than a branch or tag. Verified: 4e535f2 → merge of kagenti/.github#67 (April 29).

Loading