Skip to content

Conversation

@amoeba
Copy link
Contributor

@amoeba amoeba commented Jan 6, 2026

What's Changed

Creates a generated workflow we can add to driver repos which keeps them up to date with any workflow updates in this repo. The workflow runs daily and creates a PR if adbc-gen-workflow generate modified any files.

Ref #30

@amoeba amoeba requested a review from lidavidm as a code owner January 6, 2026 22:41
@amoeba
Copy link
Contributor Author

amoeba commented Jan 6, 2026

Hey @lidavidm, i thought about #30 today and came up with this.

The reason I went this route was to work around any auth issues. Creating a true bot would require a PAT or a full-blown GitHub App, or at least I think it would. This works around that by placing the workflow in each repo. Thoughts?

I ran a test of the workflow with --dry-run in https://github.com/amoeba/databricks/actions/runs/20764451655/job/59627289506.

--base main \
--head $BRANCH \
--title "$PR_TITLE" \
--body "TODO" \
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Will fix this before merge.

--head $BRANCH \
--title "$PR_TITLE" \
--body "TODO" \
--dry-run
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Will remove this before merge.

Copy link
Contributor

@lidavidm lidavidm left a comment

Choose a reason for hiding this comment

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

This is a great idea!

I think we may also need to fix the templates, e.g. for pixi.toml, some test suites have more dependencies (pytest-lazy-fixtures in particular)

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants