Skip to content

Base Actions

Base Actions #3

name: Base Actions
on:
issue_comment:
types: [created]
pull_request:
jobs:
assignes:
uses: devhatt/workflows/.github/workflows/auto-assign.yml@main

Check failure on line 10 in .github/workflows/base-workflows.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/base-workflows.yml

Invalid workflow file

error parsing called workflow ".github/workflows/base-workflows.yml" -> "devhatt/workflows/.github/workflows/auto-assign.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
repository: ${{github.repository}}
pr-number: ${{github.event.pull_request.number}}