Skip to content

Commit

Permalink
Update pr-helper.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
levibostian authored Sep 18, 2023
1 parent c2abedc commit e294b12
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .github/workflows/pr-helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e294b12

Please sign in to comment.