Skip to content

Commit

Permalink
chore(deps): bump the github-action-dependencies group with 1 update (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 18, 2023
1 parent 5879537 commit a317698
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/pr-helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a317698

Please sign in to comment.