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

automation: running the automation when ./api-definitions changes #3343

Merged
merged 1 commit into from
Nov 14, 2023

Conversation

tombuildsstuff
Copy link
Contributor

This works around a limitation where GHA only triggers based on the first 3000 files in a given changeset, which may or may not contain ./data. Since API Definitions are temporarily output to both ./api-definitions and ./data - this PR means we trigger on both regardless, working around this issue for the moment.

This works around a limitation where GHA only triggers based on the first 3000 files in a given changeset, which
may or may not contain `./data`. Since API Definitions are temporarily output to both `./api-definitions` and
`./data` - this PR means we trigger on both regardless, working around this issue for the moment.
@tombuildsstuff tombuildsstuff requested a review from a team November 14, 2023 09:29
Copy link
Member

@jackofallops jackofallops left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@tombuildsstuff tombuildsstuff merged commit d55505e into main Nov 14, 2023
5 of 6 checks passed
@tombuildsstuff tombuildsstuff deleted the f/triggering-automation-for-api-definitions-v2 branch November 14, 2023 10:17
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