#268 Fix LINK_TO_PROFILE #262
Workflow file for this run
This file contains hidden or 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
## Reference: https://github.com/amannn/action-semantic-pull-request | |
--- | |
name: "Lint PR Title" | |
on: | |
pull_request_target: | |
types: [opened, reopened, edited, synchronize] | |
permissions: | |
contents: read | |
jobs: | |
main: | |
permissions: | |
contents: read | |
pull-requests: read | |
statuses: write | |
uses: github/ospo-reusable-workflows/.github/workflows/pr-title.yaml@10cfc2f9be5fce5e90150dfbffc7c0f4e68108ab | |
secrets: | |
github-token: ${{ secrets.GITHUB_TOKEN }} |