Skip to content

Merge pull request #103 from 9renpoto/feature/next #1

Merge pull request #103 from 9renpoto/feature/next

Merge pull request #103 from 9renpoto/feature/next #1

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@v3
- uses: EndBug/label-sync@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
config-file: .github/labels.yaml
delete-other-labels: true