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 custom status check workflow #15464

Merged
merged 9 commits into from
Apr 5, 2024

Conversation

galipremsagar
Copy link
Contributor

Description

This PR adds a custom workflow that creates a custom github status check to cudf that will run after workflow_run event is triggered.

Checklist

  • I am familiar with the Contributing Guidelines.
  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

@galipremsagar galipremsagar requested a review from ajschmidt8 April 4, 2024 19:58
@galipremsagar galipremsagar self-assigned this Apr 4, 2024
@galipremsagar galipremsagar requested a review from a team as a code owner April 4, 2024 19:58
@galipremsagar galipremsagar added improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Apr 4, 2024
Copy link
Member

@ajschmidt8 ajschmidt8 left a comment

Choose a reason for hiding this comment

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

I would recommend reviewing the example below:

It uses the actions/github-script action. The benefit of using this action is that it has built-in support for retries, which will make this workflow more resilient.

.github/workflows/status.yaml Outdated Show resolved Hide resolved
.github/workflows/status.yaml Show resolved Hide resolved
.github/workflows/status.yaml Outdated Show resolved Hide resolved
.github/workflows/status.yaml Outdated Show resolved Hide resolved
.github/workflows/status.yaml Outdated Show resolved Hide resolved
@galipremsagar
Copy link
Contributor Author

I would recommend reviewing the example below:

It uses the actions/github-script action. The benefit of using this action is that it has built-in support for retries, which will make this workflow more resilient.

Switch to js so that we can now use github-script 🎉

@galipremsagar galipremsagar requested a review from ajschmidt8 April 5, 2024 00:39
Copy link
Member

@ajschmidt8 ajschmidt8 left a comment

Choose a reason for hiding this comment

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

🔥 🔥 🔥 nice!

@galipremsagar
Copy link
Contributor Author

/merge

@rapids-bot rapids-bot bot merged commit 4b951ef into rapidsai:branch-24.06 Apr 5, 2024
69 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improvement / enhancement to an existing function non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants