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 action to keep branches synced with OSD's #3

Merged
merged 1 commit into from
Nov 21, 2022

Conversation

AlexRuiz7
Copy link
Member

Description

This pull request adds a GitHub Action to automatically fetch and include new changes from the OpenSearch Dashboards repository, keeping the fork in sync.

The action is scheduled to run weekly, at 00:00h each Monday.

The branches to keep in sync are main, 2.x and 2.3.

Issues Resolved

#2

Check List

  • All tests pass
    • yarn test:jest
    • yarn test:jest_integration
    • yarn test:ftr
  • New functionality includes testing.
  • New functionality has been documented.
  • Update CHANGELOG.md
  • Commits are signed per the DCO using --signoff

@AlexRuiz7 AlexRuiz7 self-assigned this Nov 16, 2022
@AlexRuiz7 AlexRuiz7 linked an issue Nov 16, 2022 that may be closed by this pull request
@AlexRuiz7 AlexRuiz7 merged commit c7247f3 into main Nov 21, 2022
@AlexRuiz7 AlexRuiz7 deleted the 2-add-sync-fork-gh-action branch November 21, 2022 10:23
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.

Define the process to bring upstream changes
1 participant