From 6f3c0e32979295afb6beb8cf23d736376149d6e3 Mon Sep 17 00:00:00 2001 From: Shrinjay Mukherjee Date: Mon, 8 Sep 2025 11:36:33 -0400 Subject: [PATCH] chore: swap to prlint gha --- .github/workflows/prlint.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/prlint.yml diff --git a/.github/workflows/prlint.yml b/.github/workflows/prlint.yml new file mode 100644 index 0000000..a892bf1 --- /dev/null +++ b/.github/workflows/prlint.yml @@ -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}]"