yihua opened a new pull request, #10761:
URL: https://github.com/apache/hudi/pull/10761

   ### Change Logs
   
   This PR moves the PR size labeling to the GitHub scheduled workflow, and the 
labeling logic is now implemented by ourselves instead of relying on 
third-party library.
   
   The label is added based the lines of changes (LoC) of the PR (additions + 
deletions):
   - `size:XS`: <= 10 LoC
   - `size:S`: (10, 100] LoC
   - `size:M`: (100, 300] LoC
   - `size:L`: (300, 1000] LoC
   - `size:XL`: > 1000 LoC
   
   The logic is tested by #10760, which is pushed a branch on `apache/hudi` 
(only this allows write permission in the workflow).
   
   ### Impact
   
   Makes PR size labeling work and makes it easy to check PR size with the 
label.
   
   ### Risk level
   
   none
   
   ### Documentation Update
   
   Will update README in a separate PR.
   
   ### Contributor's checklist
   
   - [ ] Read through [contributor's 
guide](https://hudi.apache.org/contribute/how-to-contribute)
   - [ ] Change Logs and Impact were stated clearly
   - [ ] Adequate tests were added if applicable
   - [ ] CI passed
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to