Skip to content

Ajustar post CET - montagem #107

Ajustar post CET - montagem

Ajustar post CET - montagem #107

# This uses a reusable workflow
name: Add assignee to closed issue
on:
issues:
types: [closed]
jobs:
add_assignee_to_closed_issue:
uses: o-futuro-ja-comecou/github-actions-reutilizaveis/.github/workflows/add_assignee_to_closed_issue_reusable.yml@v2.5

Check failure on line 10 in .github/workflows/add_assignee_to_closed_issue_reusable.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/add_assignee_to_closed_issue_reusable.yml

Invalid workflow file

error parsing called workflow ".github/workflows/add_assignee_to_closed_issue_reusable.yml" -> "o-futuro-ja-comecou/github-actions-reutilizaveis/.github/workflows/add_assignee_to_closed_issue_reusable.yml@v2.5" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets:
GH_TOKEN: ${{ secrets.GH_TOKEN }}