Skip to content

chore(deps): update pre-commit/action action to v3.0.1 (#73) #16

chore(deps): update pre-commit/action action to v3.0.1 (#73)

chore(deps): update pre-commit/action action to v3.0.1 (#73) #16

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@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.8
- 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