1
0
mirror of https://github.com/actions/labeler synced 2026-05-14 17:01:05 +02:00

Use cron triggers

This commit is contained in:
Danny McCormick
2019-08-28 10:10:14 -04:00
committed by GitHub
parent 989d3858d8
commit 375fca6b78

View File

@@ -20,7 +20,8 @@ Then create a workflow:
```
name: "Pull Request Labeler"
on:
- pull_request
schedule:
- cron: "0 * * * *"
jobs:
triage: