Skip to content

pep639: setuptools license and license-files fields #500

pep639: setuptools license and license-files fields

pep639: setuptools license and license-files fields #500

Workflow file for this run

# Reference
# - https://github.com/actions/labeler
name: ci-label
on:
pull_request_target:
types: [opened, edited, reopened]
jobs:
PR_triage:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
with:
configuration-path: .github/labeler.yml
repo-token: ${{ secrets.GITHUB_TOKEN }}