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

tasks/eval: label package updates #503

Open
wants to merge 4 commits into
base: released
Choose a base branch
from

Commits on May 26, 2020

  1. tasks/eval: label package updates

    Package version updates that follow the well-established and widely-used
    commit message format of `attr: 1.0.0 -> 2.0.0` will now be labeled with
    the `8.has: package (update)` label. Only ASCII arrows (e.g.  `->`) are
    accepted -- Unicode arrows will not trigger the addition of this label.
    cole-h committed May 26, 2020
    Configuration menu
    Copy the full SHA
    368ce7b View commit details
    Browse the repository at this point in the history
  2. split on whitespace and check if 2nd index is ->

    This is slightly more robust than just checking if `->` exists anywhere
    in the title -- now, `attr: move from fetchTarball -> fetchFromGitHub`
    won't trigger the addition of the label.
    cole-h committed May 26, 2020
    Configuration menu
    Copy the full SHA
    a1c7a04 View commit details
    Browse the repository at this point in the history
  3. check if the specified attr will be rebuilt

    If a commit has an ASCII arrow (`->`) in its title, and the specified
    attr will be rebuilt, count it as a package update.
    cole-h committed May 26, 2020
    Configuration menu
    Copy the full SHA
    ab85d0c View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2020

  1. test commit pls ignore

    cole-h committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    b19e22e View commit details
    Browse the repository at this point in the history