mirror of
https://github.com/containers/podman.git
synced 2025-10-17 03:04:21 +08:00
Merge pull request #20042 from cevich/faster_closed_issue_pr_lock
[skip-ci] GHA Workflow: Faster discussion-locking
This commit is contained in:
7
.github/workflows/discussion_lock.yml
vendored
7
.github/workflows/discussion_lock.yml
vendored
@ -6,7 +6,12 @@ name: "Lock closed Issue/PR discussions"
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
# TODO: Put this back to once-per-day after the workflow is able
|
||||
# to process through the enormous backlog. Leaving it once-per-hour
|
||||
# runs the risk of spamming podman-monitor should there be some flake
|
||||
# or hiccup.
|
||||
# - cron: '0 0 * * *'
|
||||
- cron: '0 * * * *'
|
||||
# Allow re-use of this workflow by other repositories
|
||||
# Ref: https://docs.github.com/en/actions/using-workflows/reusing-workflows
|
||||
workflow_call:
|
||||
|
Reference in New Issue
Block a user