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

Introduce the workflow_run events to the githubeventserver #24548

Merged
merged 2 commits into from
Dec 7, 2021

Conversation

droslean
Copy link
Member

@droslean droslean commented Dec 5, 2021

This change allows the githubeventserver to handle workflow_run events

/cc @alvaroaleman @stevekuznetsov

Signed-off-by: Nikolaos Moraitis nmoraiti@redhat.com

Signed-off-by: Nikolaos Moraitis <nmoraiti@redhat.com>
Signed-off-by: Nikolaos Moraitis <nmoraiti@redhat.com>
@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. area/prow Issues or PRs related to prow sig/testing Categorizes an issue or PR as relevant to SIG Testing. labels Dec 5, 2021
@droslean
Copy link
Member Author

droslean commented Dec 7, 2021

/cc @cjwagner

@k8s-ci-robot k8s-ci-robot requested a review from cjwagner December 7, 2021 13:01
Action string `json:"action"`
WorkflowRun WorkflowRun `json:"workflow_run"`
Workflow Workflow `json:"workflow"`
Repo *Repo `json:"repository"`
Copy link
Member

Choose a reason for hiding this comment

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

Why name this differently than in the json?

Copy link
Member Author

Choose a reason for hiding this comment

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

We do the same in the rest of the event structs. I just kept the same approach.

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Dec 7, 2021
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: alvaroaleman, droslean

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

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Dec 7, 2021
@k8s-ci-robot k8s-ci-robot merged commit f2e1de1 into kubernetes:master Dec 7, 2021
@k8s-ci-robot k8s-ci-robot added this to the v1.24 milestone Dec 7, 2021
@droslean droslean deleted the gheventserver-checksuites branch December 7, 2021 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. area/prow Issues or PRs related to prow cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. sig/testing Categorizes an issue or PR as relevant to SIG Testing. 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