Skip to content

Merge pull request #29 from mziyut/create-pull-request/patch #7

Merge pull request #29 from mziyut/create-pull-request/patch

Merge pull request #29 from mziyut/create-pull-request/patch #7

Workflow file for this run

name: Sync labels
on:
push:
branches:
- main
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