Skip to content

chore(deps): update actions/checkout digest to 8ade135 #26

chore(deps): update actions/checkout digest to 8ade135

chore(deps): update actions/checkout digest to 8ade135 #26

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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.11"
- 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