Skip to content

Merge pull request #39 from babarot/babarot/refactor #1

Merge pull request #39 from babarot/babarot/refactor

Merge pull request #39 from babarot/babarot/refactor #1

Workflow file for this run

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