Skip to content

Label sync

Label sync #765

Workflow file for this run

name: Label sync
on:
push:
branches:
- main
paths:
- '.github/labels.yml'
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
jobs:
label-sync:
name: Label sync
runs-on: ubuntu-latest
if: github.repository_owner == 'dareharu'
steps:
- name: Checkout repository
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
- name: Label sync
uses: crazy-max/ghaction-github-labeler@de749cf181958193cb7debf1a9c5bb28922f3e1b # v5
with:
github-token: ${{ secrets.GITHUB_TOKEN }}