Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add remove all labels option + reorganize cassettes #824

Merged
merged 4 commits into from
Mar 19, 2020
Merged

Add remove all labels option + reorganize cassettes #824

merged 4 commits into from
Mar 19, 2020

Conversation

jd
Copy link
Member

@jd jd commented Mar 19, 2020

feat(actions/label): add remove_all option

This new option allows to remove all labels of a pull request.

Relates to #360

refactor: move test_label in actions.test_label module

test: use class name in cassette directory

That should avoid potential conflicts between different test methods.

test: rename simulator testing class

jd added 4 commits March 19, 2020 16:38
This new option allows to remove all labels of a pull request.

Relates to #360
That should avoid potential conflicts between different test methods.
@mergify mergify bot requested a review from a team March 19, 2020 15:40
@@ -275,7 +275,7 @@ def setUp(self):
self.pr_counter = 0
self.git_counter = 0
self.cassette_library_dir = os.path.join(
CASSETTE_LIBRARY_DIR_BASE, self._testMethodName
CASSETTE_LIBRARY_DIR_BASE, self.__class__.__name__, self._testMethodName
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thx! I wanted to do that a long times ago and never did.

@mergify mergify bot merged commit e38f2de into Mergifyio:master Mar 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants