Skip to content

Add workflow "PR size labeler" to label PRs based on the number of changed lines #3

Add workflow "PR size labeler" to label PRs based on the number of changed lines

Add workflow "PR size labeler" to label PRs based on the number of changed lines #3

Workflow file for this run

name: "PR size labeler"
on: [pull_request]
jobs:
changed-lines-count-labeler:
runs-on: ubuntu-latest
name: An action for automatically labelling pull requests based on the changed lines count
steps:
- name: Set a label
uses: vkirilichev/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
configuration-path: .github/changed-lines-count-labeler.yml