[go: nahoru, domu]

Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

[tool] Improve main-branch detection #7038

Merged

Commits on Jan 27, 2023

  1. [tool] Improve main-branch detection

    Currently main-branch detection for `--packages-for-branch` looks at
    branch names, but this no longer works on LUCI which now seems to be
    checking out specific hashes rather than branches. This updates the
    behavior so that it will treat any hash that is an ancestor of `main` as
    being part of `main`, which should allow post-submit detection to work
    under LUCI.
    
    Fixes flutter/flutter#119330
    stuartmorgan committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    085f0d2 View commit details
    Browse the repository at this point in the history
  2. Fix throw

    stuartmorgan committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    e36a4ac View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Fix typos

    stuartmorgan committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    b714de4 View commit details
    Browse the repository at this point in the history
  2. Update comment

    stuartmorgan committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    bba5c6a View commit details
    Browse the repository at this point in the history