Files
metrics/.github/workflows/label.yml
2021-01-11 22:17:08 +01:00

18 lines
374 B
YAML

name: Label issue and pull requests
on:
schedule:
- cron: "40 * * * *"
workflow_dispatch:
jobs:
label:
name: Label issue and pull requests
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v2
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/config/label.yml
sync-labels: yes