aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/merge-conflict-auto-label.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/merge-conflict-auto-label.yml')
-rw-r--r--.github/workflows/merge-conflict-auto-label.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/merge-conflict-auto-label.yml b/.github/workflows/merge-conflict-auto-label.yml
index e237726a..abb7cabd 100644
--- a/.github/workflows/merge-conflict-auto-label.yml
+++ b/.github/workflows/merge-conflict-auto-label.yml
@@ -1,8 +1,11 @@
name: Merge Conflict Auto Label
on:
+ workflow_dispatch: # Manual run
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: