mirror of
https://github.com/containers/skopeo.git
synced 2025-08-13 12:16:16 +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:
|
# 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:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
@ -12,7 +12,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
# Ref: https://docs.github.com/en/actions/using-workflows/reusing-workflows
|
# Ref: https://docs.github.com/en/actions/using-workflows/reusing-workflows
|
||||||
closed_issue_discussion_lock:
|
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
|
secrets: inherit
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
Loading…
Reference in New Issue
Block a user