Skip to content

Merge pull request #38 from mziyut/create-pull-request/patch-export-l… #10

Merge pull request #38 from mziyut/create-pull-request/patch-export-l…

Merge pull request #38 from mziyut/create-pull-request/patch-export-l… #10

Workflow file for this run

name: Sync labels
on:
push:
branches:
- main
paths:
- '.github/workflows/label_sync.yml'
- '.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