Skip to content

Add pr size label, tox to GitHub actions #6

Add pr size label, tox to GitHub actions

Add pr size label, tox to GitHub actions #6

Workflow file for this run

name: PR Size Labeler
on:
pull_request:
types: [opened, synchronize, reopened]
push:
branches:
- main
jobs:
size-labeler:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/size-labels.yml