aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com>2024-08-08 17:06:27 +0200
committerGitHub <noreply@github.com>2024-08-08 17:06:27 +0200
commitfe8972fe40fd4cd63adae1c000107ae3d012cf91 (patch)
tree347f89cb832479159a4bb26447824b713528014b
parent94fa6608c72a051929f7f579d366c18e1ec75a26 (diff)
downloadNorthstarMods-fe8972fe40fd4cd63adae1c000107ae3d012cf91.tar.gz
NorthstarMods-fe8972fe40fd4cd63adae1c000107ae3d012cf91.zip
Run merge conflict label action periodically (#833)
-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 372687fc7..abb7cabde 100644
--- a/.github/workflows/merge-conflict-auto-label.yml
+++ b/.github/workflows/merge-conflict-auto-label.yml
@@ -4,6 +4,8 @@ on:
push:
branches:
- main
+ schedule:
+ - cron: "10 21 * * *" # Runs at 21:10; time was chosen based on contributor activity and low GitHub Actions cron load.
jobs:
triage: