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
15 changes: 15 additions & 0 deletions .github/workflows/prlint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: PR Lint
on:
pull_request:
types: ['opened', 'edited', 'reopened', 'synchronize']
branches-ignore:
- "**/graphite-base/**"

jobs:
prlint-reloaded:
runs-on: ubuntu-latest
steps:
- uses: maor-rozenfeld/prlint-reloaded@b8556615cddc303d112042c52c15c56fb7b829ee
with:
title-regex: "^(\\[((OPAL|DF|COR|SI|LPPM|IT|DOC)-([1-9][0-9]*)|Graphite MQ)\\]) (.+)"
error-message: "Title needs to be prefixed with a linear ticket [{team_id}-{ticket_number}]"