mirror of
https://github.com/containers/skopeo.git
synced 2025-05-09 16:36:29 +00:00
Fix issue/pr lock workflow
Followup to https://github.com/containers/podman/pull/22304 Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
parent
9bfc125bed
commit
f3d7b25bde
@ -1,7 +1,7 @@
|
||||
---
|
||||
|
||||
# See also:
|
||||
# https://github.com/containers/podman/blob/main/.github/workflows/discussion_lock.yml
|
||||
# https://github.com/containers/podman/blob/main/.github/workflows/issue_pr_lock.yml
|
||||
|
||||
on:
|
||||
schedule:
|
||||
@ -12,7 +12,7 @@ on:
|
||||
jobs:
|
||||
# Ref: https://docs.github.com/en/actions/using-workflows/reusing-workflows
|
||||
closed_issue_discussion_lock:
|
||||
uses: containers/podman/.github/workflows/discussion_lock.yml@main
|
||||
uses: containers/podman/.github/workflows/issue_pr_lock.yml@main
|
||||
secrets: inherit
|
||||
permissions:
|
||||
contents: read
|
Loading…
Reference in New Issue
Block a user