Skip to content

Commit

Permalink
Merge pull request #5466 from cevich/fix_res_inacs_by_int
Browse files Browse the repository at this point in the history
[skip-ci] Fix issue/pr lock workflow
  • Loading branch information
openshift-merge-bot[bot] authored Apr 10, 2024
2 parents dd7c1d5 + be74b73 commit 392c64a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 392c64a

Please sign in to comment.