Skip to content

chore: synced file(s) with honestbank/.github #1898

chore: synced file(s) with honestbank/.github

chore: synced file(s) with honestbank/.github #1898

Workflow file for this run

name: "Semantic Pull Request"
permissions: read-all
on:
pull_request:
types:
- opened
- edited
- synchronize
jobs:
main:
name: Semantic Pull Request
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}