aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack <66967891+ASpoonPlaysGames@users.noreply.github.com>2024-01-03 20:39:05 +0000
committerGitHub <noreply@github.com>2024-01-03 21:39:05 +0100
commit4855b5684945631c7c0ecf5d526ff5224752b038 (patch)
tree1ee77218aa21201a628e1e2311f7dadd3460c077
parenta78b7d857f86318ab69031d844f34587d2d84e86 (diff)
downloadNorthstarLauncher-4855b5684945631c7c0ecf5d526ff5224752b038.tar.gz
NorthstarLauncher-4855b5684945631c7c0ecf5d526ff5224752b038.zip
Schedule the merge conflict labelling to run daily (#631)
-rw-r--r--.github/workflows/merge-conflict-auto-label.yml2
1 files changed, 2 insertions, 0 deletions
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: