From 90d7e48ae765f6e46edbecc378fc978b401d0015 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 06:41:50 -0500 Subject: [PATCH] chore(deps): bump the github-action-dependencies group with 1 update (#201) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Levi Bostian --- .github/workflows/pr-helper.yml | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/.github/workflows/pr-helper.yml b/.github/workflows/pr-helper.yml index 5ee8dd26..59f60897 100644 --- a/.github/workflows/pr-helper.yml +++ b/.github/workflows/pr-helper.yml @@ -4,15 +4,10 @@ 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 + lint-pr-title: runs-on: ubuntu-latest - steps: - - name: Semantic PR helper - uses: levibostian/action-semantic-pr@v3 - with: - readToken: ${{ secrets.GITHUB_TOKEN }} + permissions: + pull-requests: write # to comment on PRs + steps: + - uses: levibostian/action-conventional-pr-linter@v4