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

chore: create script to generate github actions #3763

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

justinsb
Copy link
Collaborator

  • chore: create script to generate github actions
  • chore: remove generated tests from manually curated github actions file
  • chore: rename validate-generated-types.sh to match pattern

@justinsb justinsb force-pushed the wire_up_tests_into_gha branch from 91d6a23 to 63293d7 Compare February 23, 2025 17:32
@justinsb
Copy link
Collaborator Author

/assign @yuwenma

Copy link
Collaborator

@yuwenma yuwenma left a comment

Choose a reason for hiding this comment

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

/lgtm
/approve

/hold

One question just for clarification.


on:
pull_request:
types: [opened, synchronize, reopened]
Copy link
Collaborator

Choose a reason for hiding this comment

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

Do we want to reopen PRs? That could make the presubmit merge conflict become worse since reopen won't rebase.

for f in $(find dev/ci/presubmits -type f | sort ); do
name=$(basename ${f})

cat >> ${REPO_ROOT}/.github/workflows/ci-presubmit.yaml <<EOF
Copy link
Collaborator

Choose a reason for hiding this comment

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

ah! I like this

Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: yuwenma

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants