From d0ef0a1e5a5963f6e04dca4223af3e0c6f2cd0be Mon Sep 17 00:00:00 2001 From: "christian.b.hoffmann" Date: Fri, 8 Mar 2024 13:41:12 +0100 Subject: [PATCH] test pr lint --- .github/workflows/pr-lint.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/pr-lint.yml diff --git a/.github/workflows/pr-lint.yml b/.github/workflows/pr-lint.yml new file mode 100644 index 000000000..675e5f5ef --- /dev/null +++ b/.github/workflows/pr-lint.yml @@ -0,0 +1,15 @@ +name: 'Lint PR Title' +on: + pull_request_target: + types: + - opened + - edited + - synchronize + +jobs: + main: + runs-on: ubuntu-latest + steps: + - uses: dreampulse/action-lint-pull-request-title@master + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}