Skip to content

chore(deps): update tiangolo/issue-manager action to v0.6.0 (#1432) #366

chore(deps): update tiangolo/issue-manager action to v0.6.0 (#1432)

chore(deps): update tiangolo/issue-manager action to v0.6.0 (#1432) #366

Workflow file for this run

name: Sync Github labels
on:
push:
branches:
- main
paths:
- ".github/**"
jobs:
labels:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: 3.x
- name: Install labels
run: pip install labels
- name: Sync config with Github
run: labels -u ${{ github.repository_owner }} -t ${{ secrets.GITHUB_TOKEN }} sync -f .github/labels.toml