🚧Add remove label function to clients #104
Labels
high-priority
High Priority
✨new-feature
New feature that does not exist
preview
Done while in preview
Milestone
Complete The Item Below
Description
Add a remove label function with the name
removeLabel()
to theIssueClient
andPullRequestClient
class.This function will use the GitHub REST API Endpoint to remove the label from the issue.
Note
This endpoint removes labels from issues and pull requests.
For the
IssueClient,
we need to check if the label and issue number coming into the function exist before we remove the label.For the
PullRequestClient,
we need to check if the label and pr number coming into the function exist before we remove the label.Acceptance Criteria
The items to complete to satisfy the Definition of Done.
ToDo Items
The items to complete to satisfy the Definition of Done.
Issue Dependencies
No response
Related Work
No response
Additional Information:
Unit Tests
Reasons for local unit test execution:
💡Warning💡
If the unit tests pass remotely and are not executed locally, this means we could be letting a bug slip into production.
Though bugs will always exist in some capacity, we should all do our part to help prevent them from happening.
Change Type Labels
🐛bug
🧨breaking-changes
✨new-feature
♻️cicd
⚙️config
🏎️performance
🗒️documentation/code
📝documentation/product
Priority Type Labels
low priority
medium priority
high priority
Code of Conduct
The text was updated successfully, but these errors were encountered: