Add support for adding close label#135
Merged
hross merged 2 commits intoactions:mainfrom Sep 8, 2020
Merged
Conversation
Contributor
|
@mollyIV this is great. If you rebase and recreate dist for this change I will merge it and release it (sorry it took me so long to review) |
hross
approved these changes
Aug 28, 2020
# Conflicts: # dist/index.js
Contributor
Author
|
Hello @hross 👋 Thank you for the code review 🙇 I have merged the |
Contributor
|
I will recreate a new release this Friday and include this PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #134.
Description
This pull request is introducing two new params to the public interface:
These are new labels, that can be applied when an issue / a pr is closed.
Testing
Unit Tests
Unfortunately I was not able to implement unit tests for this functionality due to the current limitations of
IssueProcessorverification - we cannot verify how an issue / a pr has been affected by params likeclose-issue-messageorstale-issue-label.We could create a separate issue / pr to improve testing part. One of the idea could be using nock to mock the calls to the GitHub API. That would allow us for more complex verification of the modifications:
Let me please know what you think 😊
Manual testing
🎊