Skip to content

release: bumped version to 0.1.5 #5

release: bumped version to 0.1.5

release: bumped version to 0.1.5 #5

Workflow file for this run

name: "Pull Request Validation"
permissions:
contents: read
pull-requests: write
on:
pull_request:
types: [opened, synchronize, reopened, edited, labeled, unlabeled]
branches: [main]
jobs:
pr-validation:
uses: juntossomosmais/github-reusable-workflows/.github/workflows/evaluate-pr-best-practices.yaml@main

Check failure on line 14 in .github/workflows/pr-validations.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/pr-validations.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/pr-validations.yaml" -> "juntossomosmais/github-reusable-workflows/.github/workflows/evaluate-pr-best-practices.yaml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets:
ROBOT_PAT: ${{ secrets.ROBOT_PAT_REUSABLE_WORKFLOWS }}