1
0
mirror of https://github.com/actions/labeler synced 2026-05-05 03:07:49 +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

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