Skip to content

fix: removed concurrency from semantic-release.yml #5

fix: removed concurrency from semantic-release.yml

fix: removed concurrency from semantic-release.yml #5

Workflow file for this run

name: "Lock inactive issues and pull requests"
on: # yamllint disable-line rule:truthy
schedule:
- cron: "0 * * * *"
workflow_dispatch: # yamllint disable-line rule:empty-values
jobs:
lock-closed:
uses: "anolilab/workflows/workflow/lock-closed.yml@main"

Check failure on line 10 in .github/workflows/lock-issues.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/lock-issues.yaml

Invalid workflow file

invalid value workflow reference: references to workflows must be rooted in '.github/workflows'
with:
target-repo: "{{ ORGANIZATIONS }}/{{ REPOSITORY_NAME }}"