Skip to content

chore(deps): bump softprops/action-gh-release from 1 to 2 #286

chore(deps): bump softprops/action-gh-release from 1 to 2

chore(deps): bump softprops/action-gh-release from 1 to 2 #286

Workflow file for this run

name: 'PR Title is Conventional'
on:
pull_request_target:
types:
- opened
- edited
- synchronize
defaults:
run:
shell: bash
env:
PUB_ENVIRONMENT: bot.github
permissions: read-all
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}