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

Remove automerge stuff #610

Merged
merged 5 commits into from
Apr 20, 2023
Merged

Remove automerge stuff #610

merged 5 commits into from
Apr 20, 2023

Conversation

Mariatta
Copy link
Member

We will be using GitHub native automerge feature.
We also need to remove some webhook events.
The ones we still need are: pull_request closed and pull_request labeled

For python/core-workflow#498 and #PyConUS #PyConUSChallenge

We will be using GitHub native automerge feature.
We also need to remove some webhook events.
The ones we still need are: pull_request closed and pull_request labeled

For python/core-workflow#498
and #PyConUS #PyConUSChallenge
@ewdurbin ewdurbin temporarily deployed to miss-islingt-remove-aut-cxknwo April 19, 2023 16:26 Inactive
@codecov
Copy link

codecov bot commented Apr 19, 2023

Codecov Report

Merging #610 (1671d69) into main (2e37958) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##              main      #610    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files           10         6     -4     
  Lines         1010       356   -654     
  Branches        66        23    -43     
==========================================
- Hits          1010       356   -654     
Impacted Files Coverage Δ
miss_islington/util.py 100.00% <ø> (ø)
tests/test_util.py 100.00% <100.00%> (ø)

@Mariatta Mariatta temporarily deployed to miss-islingt-remove-aut-cxknwo April 19, 2023 17:52 Inactive
to_iterate = self._getiter_return[url]
for item in to_iterate:
yield item
return to_return
Copy link
Member

@hugovk hugovk Apr 19, 2023

Choose a reason for hiding this comment

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

GH won't allow the suggestion, but we can combine these now:

-to_return = self._getitem_return[self.getitem_url]
-return to_return
+return self._getitem_return[self.getitem_url]

Copy link
Member Author

Choose a reason for hiding this comment

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

Thanks, updated.

Combine return statements
@Mariatta Mariatta temporarily deployed to miss-islingt-remove-aut-cxknwo April 19, 2023 18:25 Inactive
Copy link
Member

@hugovk hugovk left a comment

Choose a reason for hiding this comment

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

Thanks!

@hugovk hugovk merged commit 4fbdb0c into main Apr 20, 2023
@hugovk hugovk deleted the remove-automerge branch April 20, 2023 15:04
hugovk added a commit that referenced this pull request Apr 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants