Skip to content

chore(deps): update pypa/gh-action-pypi-publish action to v1.8.10 (#433) #186

chore(deps): update pypa/gh-action-pypi-publish action to v1.8.10 (#433)

chore(deps): update pypa/gh-action-pypi-publish action to v1.8.10 (#433) #186

Workflow file for this run

name: Labeler
on:
push:
branches:
- main
- master
- dev
jobs:
labeler:
permissions:
issues: write
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v4
- name: Run Labeler
uses: crazy-max/ghaction-github-labeler@v4.1.0
with:
skip-delete: true
github-token: ${{ secrets.GITHUB_TOKEN }}