diff --git a/automation/label.yml b/automation/label.yml index 6057a1c..51e7360 100644 --- a/automation/label.yml +++ b/automation/label.yml @@ -1,5 +1,7 @@ name: Labeler -on: [pull_request] +on: + schedule: + - cron: "0 * * * *" jobs: label: @@ -9,4 +11,4 @@ jobs: steps: - uses: actions/labeler@v2 with: - repo-token: "${{ secrets.GITHUB_TOKEN }}" \ No newline at end of file + repo-token: "${{ secrets.GITHUB_TOKEN }}"