Schedule the merge conflict labelling to run daily (#631)

This commit is contained in:
Jack 2024-01-03 20:39:05 +00:00 committed by GitHub
parent a78b7d857f
commit 4855b56849
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@ on:
push:
branches:
- main
schedule:
- cron: "40 20 * * *"
jobs:
triage: