chore(deps): bump the github-action-dependencies group with 1 update #306
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Semantic PR helper | |
on: | |
pull_request: | |
types: [opened, reopened, edited, synchronize, labeled] | |
jobs: | |
lint-pr-title: | |
uses: levibostian/action-conventional-pr-linter/.github/workflows/sharable-workflow.yml@main | |
permissions: | |
pull-requests: write # github requires write permission when adding comments to an issue or pull request |