Skip to content

chore: update workflows after move #49

chore: update workflows after move

chore: update workflows after move #49

Workflow file for this run

## Reference: https://github.com/amannn/action-semantic-pull-request
---
name: "Lint PR Title"
on:
pull_request_target:
types: [opened, reopened, edited, synchronize]
jobs:
lint_pr_title:
permissions:
contents: read
pull-requests: read
statuses: write
uses: github/ospo-reusable-workflows/.github/workflows/pr-title.yaml@d989a3cdb0cfd84f294dd3016165114b85d202c7

Check failure on line 13 in .github/workflows/pr-title.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pr-title.yml

Invalid workflow file

error parsing called workflow ".github/workflows/pr-title.yml" -> "jmeridth/reusable-workflows/.github/workflows/pr-title.yaml@d989a3cdb0cfd84f294dd3016165114b85d202c7" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets:
github-token: ${{ secrets.GITHUB_TOKEN }}