Skip to content

Opt out bin/internal/engine.version from most presubmits.#4715

Merged
auto-submit[bot] merged 1 commit into
flutter:mainfrom
matanlurey:opt-out-engine.version
May 20, 2025
Merged

Opt out bin/internal/engine.version from most presubmits.#4715
auto-submit[bot] merged 1 commit into
flutter:mainfrom
matanlurey:opt-out-engine.version

Conversation

@matanlurey
Copy link
Copy Markdown
Contributor

@matanlurey matanlurey requested a review from jtmcdole May 20, 2025 18:00
if (markdownOnly && p.posix.extension(file) != '.md') {
markdownOnly = false;
if (noSourceImpact &&
p.posix.extension(file) != '.md' &&
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

at some point, not today, we'll probably want to refactor this to a chain filter or something.

@matanlurey matanlurey added the autosubmit Merge PR when tree becomes green via auto submit App. label May 20, 2025
@auto-submit auto-submit Bot merged commit 24694c8 into flutter:main May 20, 2025
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

autosubmit Merge PR when tree becomes green via auto submit App.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bypass presubmits on bin/internal/engine.version updates

2 participants