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

Update workflows #626

Merged
merged 4 commits into from
Oct 27, 2023
Merged

Update workflows #626

merged 4 commits into from
Oct 27, 2023

Conversation

gigerdo
Copy link
Member

@gigerdo gigerdo commented Oct 19, 2023

A few updates to the ecctl github workflows/actions:

  • Removed Team:Delivery labels as they are not relevant anymore
  • Remove on_master_generation.yml workflow: This used to update the NOTICE and push it to master. Instead, the PR verification now checks that NOTICE is up-to-date so this workflow is not needed.
  • Move to go-licence-detector for NOTICE generation, since go-licenser doesn't generate the NOTICE anymore in newer versions.

Description

Related Issues

Motivation and Context

How Has This Been Tested?

Types of Changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Refactoring (improves code quality but has no user-facing effect)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation
  • Change to build automation

Readiness Checklist

  • My code follows the code style of this project
  • My change requires a change to the documentation
  • I have updated the documentation accordingly
  • I have added tests to cover my changes
  • All new and existing tests passed

- Remove the workflow to format&commit code on master. The PR workflow already validates that the formatting is correct.
- Remove `go vet`, this is actually already part of `golangci-lint` so the call is redundant
- Update issue templates, removed `Team:Delivery` as the repos are not maintained by delivery anymore.
@gigerdo gigerdo force-pushed the update-workflows branch 2 times, most recently from 499edb0 to 72420a9 Compare October 19, 2023 13:36
Newer versions of `go-licenser` don't generate the NOTICE anymore.
@gigerdo gigerdo marked this pull request as ready for review October 23, 2023 09:25
@gigerdo gigerdo requested a review from a team as a code owner October 23, 2023 09:25
NOTICE Show resolved Hide resolved
Copy link
Contributor

@dimuon dimuon left a comment

Choose a reason for hiding this comment

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

LGTM

@gigerdo gigerdo merged commit cf7edbe into elastic:master Oct 27, 2023
@gigerdo gigerdo deleted the update-workflows branch October 27, 2023 11:38
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.

2 participants