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

Group all dependabot go changes in one PR a week #8427

Merged
merged 1 commit into from
Jul 2, 2024

Conversation

g-gaston
Copy link
Member

@g-gaston g-gaston commented Jul 1, 2024

Description of changes:
Having one PR per module can be annoying. On top of that, a lot of the times, changes in main have effects in the release module (since we do an import with a replace from disk).

The drawback of this change is that when code changes are required for a particular module, the go.mod change will be mixed with other modules, thus requiring us to separate the problematic node from the rest before merging. From the experience running this bot during the past few months, there is usually no work to do except to approve, no code required most of the time. Hence this will reduce the amount of PRs we need to review and the amount of time we need to manually update them to simply run go mod tidy.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Having one PR per module can be annoying. On top of that, a lot of the
times, changes in main have effects in the release module (since we do
an import with a replace from disk).

The drawback of this change is that when code changes are required for
a particular module, the go.mod change will be mixed with other modules,
thus requiring us to separate the problematic node from the rest before
merging. From the experience running this bot during the past few
months, there is usually no work to do except to approve, no code
required most of the time. Hence this will reduce the amount of PRs
we need to review and the amount of time we need to manually update them
to simply run go mod tidy.
@eks-distro-bot eks-distro-bot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Jul 1, 2024
Copy link

codecov bot commented Jul 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 73.48%. Comparing base (6a3bda1) to head (98adaba).
Report is 5 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #8427   +/-   ##
=======================================
  Coverage   73.48%   73.48%           
=======================================
  Files         578      578           
  Lines       36489    36489           
=======================================
  Hits        26814    26814           
  Misses       7956     7956           
  Partials     1719     1719           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sp1999
Copy link
Member

sp1999 commented Jul 2, 2024

/lgtm

@g-gaston
Copy link
Member Author

g-gaston commented Jul 2, 2024

/approve

@eks-distro-bot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: g-gaston

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@eks-distro-bot eks-distro-bot merged commit 45c106d into aws:main Jul 2, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved lgtm size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants