From 4855b5684945631c7c0ecf5d526ff5224752b038 Mon Sep 17 00:00:00 2001 From: Jack <66967891+ASpoonPlaysGames@users.noreply.github.com> Date: Wed, 3 Jan 2024 20:39:05 +0000 Subject: Schedule the merge conflict labelling to run daily (#631) --- .github/workflows/merge-conflict-auto-label.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/merge-conflict-auto-label.yml b/.github/workflows/merge-conflict-auto-label.yml index e237726a..dea1f087 100644 --- a/.github/workflows/merge-conflict-auto-label.yml +++ b/.github/workflows/merge-conflict-auto-label.yml @@ -3,6 +3,8 @@ on: push: branches: - main + schedule: + - cron: "40 20 * * *" jobs: triage: -- cgit v1.2.3