Skip to content

.github/workflows/issue_pr_lock.yml #802

.github/workflows/issue_pr_lock.yml

.github/workflows/issue_pr_lock.yml #802

Workflow file for this run

---
# See also:
# https://github.com/containers/podman/blob/main/.github/workflows/issue_pr_lock.yml
on:
schedule:
- cron: '0 0 * * *'
# Debug: Allow triggering job manually in github-actions WebUI
workflow_dispatch: {}
jobs:
# Ref: https://docs.github.com/en/actions/using-workflows/reusing-workflows
closed_issue_discussion_lock:
uses: containers/podman/.github/workflows/issue_pr_lock.yml@main

Check failure on line 15 in .github/workflows/issue_pr_lock.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/issue_pr_lock.yml

Invalid workflow file

error parsing called workflow ".github/workflows/issue_pr_lock.yml" -> "containers/podman/.github/workflows/issue_pr_lock.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets: inherit
permissions:
contents: read
issues: write
pull-requests: write