Skip to content

Misc small refactors (mostly replacing old switch syntax with new) #1375

Misc small refactors (mostly replacing old switch syntax with new)

Misc small refactors (mostly replacing old switch syntax with new) #1375

Workflow file for this run

name: "PR size labeler"
on: [pull_request_target]
permissions:
contents: read
pull-requests: write
jobs:
changed-lines-count-labeler:
runs-on: ubuntu-latest
name: Automatically labelling pull requests based on the changed lines count
permissions:
pull-requests: write
steps:
- name: Set a label
uses: TeamNewPipe/changed-lines-count-labeler@main
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
configuration-path: .github/changed-lines-count-labeler.yml