Skip to content

Running GitHub Labeler #826

Running GitHub Labeler

Running GitHub Labeler #826

Workflow file for this run

name: Running GitHub Labeler
on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
jobs:
label_sync:
runs-on: ubuntu-latest
steps:
- name: Checkout Project
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
- name: Run Labeler
if: success()
uses: crazy-max/ghaction-github-labeler@3de87da19416edc45c90cd89e7a4ea922a3aae5a # tag=v4
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
yaml-file: .github/labels.yml