Skip to content

labels

labels #189

Workflow file for this run

name: labels
on:
push:
branches:
- 'main'
- 'master'
paths:
- '.github/labels.yaml'
- '.github/workflows/labels.yaml'
schedule:
- cron: '53 1 * * 0'
jobs:
labeler:
runs-on: ubuntu-latest
steps:
- # https://github.com/actions/checkout
name: Checkout
uses: actions/checkout@v3
- # https://github.com/crazy-max/ghaction-github-labeler
name: Run Labeler
if: success()
uses: crazy-max/ghaction-github-labeler@v4
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
yaml-file: .github/labels.yaml