Skip to content

chore(deps): update amannn/action-semantic-pull-request action to v5.5.3 #64

chore(deps): update amannn/action-semantic-pull-request action to v5.5.3

chore(deps): update amannn/action-semantic-pull-request action to v5.5.3 #64

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@v4.1.7
- name: Set up Python
uses: actions/setup-python@v5.1.0
with:
python-version: "3.9"
- 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