When adding more commits to a PR labeling is not correct
See original GitHub issueDescription
When adding more commits to a PR the label action for using label small
, medium
etc. is not removing the old label if the state changes from for example small to medium.
Screenshots
No response
Additional information
No response
Issue Analytics
- State:
- Created 10 months ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Support labeling based on the pull request/commit title and ...
To apply the label based on the pattern match in one of the fields in: PR title PR body PR commit title PR...
Read more >How to modify GitHub pull request? [duplicate] - Stack Overflow
Just push more commits on to the branch the request is for. The pull request will pick this up then. Example: If you...
Read more >Git Best Practices – How to Write Meaningful Commits ...
Describe changes clearly and word your comments carefully Think about the language you use when making suggestions. A PR comment is the ...
Read more >Create a pull request to review and merge code - Azure Repos
Learn how to create pull requests or draft pull requests in Azure Repos using Git, and add details and reviewers.
Read more >Lifecycle of a Pull Request - Python Developer's Guide
If this is not enough detail for a commit, a new paragraph(s) can be added to explain in proper depth what has happened...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
In the label-pull-request-with-size section of reviewpad.yml the actions need to be modified to remove labels.
There is an example in the Reviewpad removeLabels documentation.
Hey , I would like to work on this issue if it is not resolved yet 😃