Skip to content

Merge pull request #107 from 9renpoto/create-pull-request/patch-expor… #3

Merge pull request #107 from 9renpoto/create-pull-request/patch-expor…

Merge pull request #107 from 9renpoto/create-pull-request/patch-expor… #3

Workflow file for this run

name: Sync labels
on:
push:
branches:
- main
paths:
- ".github/labels.yaml"
workflow_dispatch:
permissions:
issues: write
contents: read
jobs:
label_sync:
runs-on: ubuntu-latest
timeout-minutes: 2
steps:
- uses: actions/checkout@v4
- uses: EndBug/label-sync@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
config-file: .github/labels.yaml
delete-other-labels: true