-
Notifications
You must be signed in to change notification settings - Fork 246
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
base: master
Are you sure you want to change the base?
chore: create script to generate github actions #3763
Conversation
justinsb
commented
Feb 23, 2025
- 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
By not including the extension, we can use this name in Github Actions etc.
91d6a23
to
63293d7
Compare
/assign @yuwenma |
There was a problem hiding this 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] |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah! I like this
[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 |