Files

15 lines
201 B
YAML
Raw Permalink Normal View History

2019-08-06 17:41:07 -07:00
name: Labeler
2019-08-28 10:06:04 -04:00
on:
schedule:
- cron: "0 * * * *"
2019-08-06 17:41:07 -07:00
jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v2
with:
2019-08-28 10:06:04 -04:00
repo-token: "${{ secrets.GITHUB_TOKEN }}"