label-pr-size.yml 465 B

1234567891011121314151617
  1. name: Label PRs based on size
  2. on: [pull_request, workflow_dispatch]
  3. jobs:
  4. add_pr_size_label:
  5. runs-on: ubuntu-latest
  6. name: Check PR size
  7. permissions:
  8. contents: write
  9. pull-requests: write
  10. steps:
  11. - name: Label and comment PR
  12. uses: boschresearch/pr-size-labeler@v5
  13. # Uncomment these lines if you want to use your own custom configuration
  14. # with:
  15. # bucketConfigFile: "<PATH_TO_YOUR_BUCKET_CONFIG>"