Skip to content

Commit

Permalink
Merge pull request #20042 from cevich/faster_closed_issue_pr_lock
Browse files Browse the repository at this point in the history
[skip-ci] GHA Workflow: Faster discussion-locking
  • Loading branch information
openshift-merge-robot authored Sep 20, 2023
2 parents 07f8d44 + 618f846 commit 28a1c54
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/discussion_lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 28a1c54

Please sign in to comment.