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

fix: filter to org in payload #315

Merged
merged 2 commits into from
Feb 21, 2020
Merged

fix: filter to org in payload #315

merged 2 commits into from
Feb 21, 2020

Conversation

bcoe
Copy link
Contributor

@bcoe bcoe commented Feb 21, 2020

The underlying problem with automerge on GoogleCloudPlatform was that it has a different installation ID than googleapis, and we weren't clever enough to support this. We now have a cron setup for both GoogleCloudPlatform and for googleapis, each with a different installation ID.

This was the quickest fix, we may want to revisit this design in gcf-utils in the future, and make it so that a single cron can have multiple installation IDs, this would take quite a few finicky changes though.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Feb 21, 2020
@codecov
Copy link

codecov bot commented Feb 21, 2020

Codecov Report

Merging #315 into master will decrease coverage by 0.14%.
The diff coverage is 40%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #315      +/-   ##
==========================================
- Coverage   85.73%   85.59%   -0.15%     
==========================================
  Files          16       16              
  Lines        3225     3234       +9     
  Branches      320      321       +1     
==========================================
+ Hits         2765     2768       +3     
- Misses        445      451       +6     
  Partials       15       15
Impacted Files Coverage Δ
packages/merge-on-green/src/merge-logic.ts 89.54% <100%> (+0.03%) ⬆️
packages/merge-on-green/src/merge-on-green.ts 45.63% <14.28%> (-1.55%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 05f50d4...94c2507. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants