Run merge conflict label action periodically (#833)

This commit is contained in:
GeckoEidechse 2024-08-08 17:06:27 +02:00 committed by GitHub
parent 94fa6608c7
commit fe8972fe40
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: