Cron actions #125
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ------------------------------------------------- | |
# Managed by modulesync - DO NOT EDIT | |
# ------------------------------------------------- | |
--- | |
name: Cron actions | |
on: | |
workflow_dispatch: | |
schedule: | |
- cron: "0 0 * * *" | |
jobs: | |
# synchronize labels from central definition at https://github.com/RegioHelden/.github/blob/main/labels.yaml | |
# see https://github.com/RegioHelden/github-reusable-workflows/blob/main/.github/workflows/sync-labels.yaml | |
update-labels: | |
name: Update labels | |
permissions: | |
issues: write | |
uses: RegioHelden/github-reusable-workflows/.github/workflows/sync-labels.yaml@v2.2.4 |