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

feat(ci) notify other repo about push to master #3046

Merged
merged 1 commit into from
Oct 29, 2021

Conversation

bartsmykla
Copy link
Contributor

Summary

This PR introduces boilerplate for sending dispatch_event to other
repositories when any code will hit the master

Full changelog

no changelog

Issues resolved

no issues resolved

Documentation

no documentation

Testing

  • Unit tests
  • E2E tests
  • Manual testing on Universal
  • Manual testing on Kubernetes

Backwards compatibility

  • Add backport-to-stable label if the code is backwards compatible. Otherwise, list breaking changes.

This PR introduces boilerplate for sending dispatch_event to other
repositories when any code will hit the master

Signed-off-by: Bart Smykla <bartek@smykla.com>
@bartsmykla bartsmykla requested a review from a team as a code owner October 29, 2021 10:09
@bartsmykla bartsmykla merged commit 09a229c into master Oct 29, 2021
@bartsmykla bartsmykla deleted the feat/notify-about-push branch October 29, 2021 11:01
@michaelbeaumont
Copy link
Contributor

Couldn't this be done via on: pull_request_target: types: [closed], filtering with github.event.pull_request.merged == true and then github.event.pull_request.merge_commit_sha?

@jpeach
Copy link
Contributor

jpeach commented Oct 31, 2021

@bartsmykla what repos do you want to notify and why

@bartsmykla
Copy link
Contributor Author

Kmesh to automatically update kuma. It's one of my tasks

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.

None yet

4 participants