Trigger build on pull request synchronize action. by vamsimanohar · Pull Request #873 · opensearch-project/sql · GitHub
Skip to content

Trigger build on pull request synchronize action.#873

Merged
vamsimanohar merged 1 commit into
opensearch-project:2.xfrom
vamsimanohar:build-fix
Sep 30, 2022
Merged

Trigger build on pull request synchronize action.#873
vamsimanohar merged 1 commit into
opensearch-project:2.xfrom
vamsimanohar:build-fix

Conversation

@vamsimanohar

@vamsimanohar vamsimanohar commented Sep 29, 2022

Copy link
Copy Markdown
Member

Signed-off-by: vamsi-amazon reddyvam@amazon.com

Description

Build is not getting triggered on updating PR with new commits.
Removed types under pull_request. This would default to opened, reopened, synchronize.
Ref for synchronize def: https://frontside.com/blog/2020-05-26-github-actions-pull_request/

Issues Resolved

[List any issues this PR will resolve]

Check List

  • New functionality includes testing.
    • All tests pass, including unit test, integration test and doctest
  • New functionality has been documented.
    • New functionality has javadoc added
    • New functionality has user manual doc added
  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

@codecov-commenter

codecov-commenter commented Sep 29, 2022

Copy link
Copy Markdown

@dai-chen dai-chen added infrastructure Changes to infrastructure, testing, CI/CD, pipelines, etc. backport 1.x labels Sep 29, 2022
dai-chen
dai-chen previously approved these changes Sep 29, 2022

@dai-chen dai-chen left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Thanks for the fix!

joshuali925
joshuali925 previously approved these changes Sep 29, 2022

@joshuali925 joshuali925 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

didn't know about synchronize

by default it will be triggered on three different types of activities: opened, synchronize, and reopened.

since it's default should types: just be removed?

@vamsimanohar

Copy link
Copy Markdown
Member Author

Signed-off-by: vamsi-amazon <reddyvam@amazon.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport main backport 1.x infrastructure Changes to infrastructure, testing, CI/CD, pipelines, etc.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants