Skip to content

ci(pre-commit): 👷 update pre-commit CI version #30

ci(pre-commit): 👷 update pre-commit CI version

ci(pre-commit): 👷 update pre-commit CI version #30

Workflow file for this run

name: Add to project board
on:
issues:
types:
- opened
- reopened
- transferred
pull_request:
types:
- reopened
- opened
permissions:
pull-requests: write
jobs:
add-to-project:
uses: rostools/.github/.github/workflows/reusable-add-to-project.yml@main

Check failure on line 19 in .github/workflows/add-to-project.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/add-to-project.yml

Invalid workflow file

error parsing called workflow ".github/workflows/add-to-project.yml" -> "rostools/.github/.github/workflows/reusable-add-to-project.yml@main" : failed to fetch workflow: workflow was not found.
with:
board-number: 12
secrets:
add-to-board-token: ${{ secrets.ADD_TO_BOARD }}
gh-token: ${{ secrets.GITHUB_TOKEN }}