From e294b1216f64037fb7917fb2addd4ee4127023e7 Mon Sep 17 00:00:00 2001 From: Levi Bostian Date: Mon, 18 Sep 2023 06:34:56 -0500 Subject: [PATCH] Update pr-helper.yml --- .github/workflows/pr-helper.yml | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/.github/workflows/pr-helper.yml b/.github/workflows/pr-helper.yml index 7957cbe1..0695905a 100644 --- a/.github/workflows/pr-helper.yml +++ b/.github/workflows/pr-helper.yml @@ -4,15 +4,8 @@ on: pull_request: types: [opened, reopened, edited, synchronize, labeled] -permissions: - pull-requests: write # Write access needed to create a comment. - jobs: - pr-help: - name: Semantic PR helper - runs-on: ubuntu-latest - steps: - - name: Semantic PR helper - uses: levibostian/action-semantic-pr@v4 - with: - readToken: ${{ secrets.GITHUB_TOKEN }} + lint-pr-title: + uses: levibostian/action-conventional-pr-linter/.github/workflows/sharable-workflow.yml@v4 + permissions: + pull-requests: write # github requires write permission when adding comments to an issue or pull request