Skip to content

Commits

Permalink
122c9b7f24
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Oct 1, 2020

  1. Switching to import/order instead of sort-imports

    Chris Raynor committed Oct 1, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    122c9b7 View commit details

Commits on Sep 29, 2020

  1. Resolve violations of sort-imports lint

    Resolves #206
    Chris Raynor committed Sep 29, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    228546a View commit details
  2. Merge pull request #217 from github/rneatherway/optional-merge

    Do not always overwrite the GITHUB_REF for PRs
    Robin Neatherway authored and GitHub committed Sep 29, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    bb6fa8e View commit details
  3. Merge branch 'main' into rneatherway/optional-merge

    Robin Neatherway authored and GitHub committed Sep 29, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    2d6f607 View commit details

Commits on Sep 28, 2020

  1. Merge pull request #233 from miqh/fix/205

    Resolve violations of no-useless-escape lint
    Chris Raynor authored and GitHub committed Sep 28, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    2841489 View commit details
  2. Merge branch 'main' into fix/205

    Chris Raynor authored and GitHub committed Sep 28, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    a2931d3 View commit details
  3. Merge pull request #232 from miqh/fix/204

    Resolve violations of no-throw-literal lint
    Chris Raynor authored and GitHub committed Sep 28, 2020
    Copy the full SHA
    bcf29b3 View commit details
  4. Resolve violations of no-useless-escape lint

    Resolves #205
    Michael Huynh committed Sep 28, 2020
    Copy the full SHA
    c68c97e View commit details

Commits on Sep 25, 2020

  1. Resolve violations of no-throw-literal lint

    Resolves #204
    Michael Huynh committed Sep 25, 2020
    Copy the full SHA
    476bf86 View commit details

Commits on Sep 23, 2020

  1. Merge pull request #228 from miqh/fix/197

    Resolve violations of eslint-comments/no-use lint
    Robert authored and GitHub committed Sep 23, 2020
    Copy the full SHA
    f2e557e View commit details
  2. Merge branch 'main' into fix/197

    Robert authored and GitHub committed Sep 23, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    5d00d5b View commit details
  3. Merge pull request #229 from miqh/fix/203

    Resolve violations of no-sparse-arrays lint
    Robert authored and GitHub committed Sep 23, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    d9f3933 View commit details
  4. Resolve violations of no-sparse-arrays lint

    Resolves #203
    Michael Huynh committed Sep 23, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    38363a1 View commit details
  5. Resolve violations of eslint-comments/no-use lint

    Resolves #197
    Michael Huynh committed Sep 23, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    80b408e View commit details
  6. Merge pull request #227 from github/cbraynor/cache-pinning

    Prioritizing pre-downloaded CodeQL bundle in some circumstances
    Chris Raynor authored and GitHub committed Sep 23, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    481f3ce View commit details
  7. Unverified

    No user is associated with the committer email.
    Copy the full SHA
    2f4ca98 View commit details

Commits on Sep 22, 2020

  1. Integration tests now both rely on pre-downloaded and latest codeql b…

    …undles
    Chris Raynor committed Sep 22, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    3b90db9 View commit details
  2. Allowing a cached version of the CodeQL bundle sometimes

    To save time downloading the CodeQL bundle we're pre-downloading it into the
    hosted Actions runner, but because the release schedule is different there may
    be some version drift. This change allows a different version of the bundle
    to be used than the default if a version isn't explicitly specified, there's
    only one version downloaded, and it's been marked as a 'pinned-version' -
    otherwise it reverts to the prior behavior.
    Chris Raynor committed Sep 22, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    41464b1 View commit details
  3. Merge pull request #226 from github/octokit-retry

    Fix retrying uploads by using Octokit retry plugin.
    Chris Gavin authored and GitHub committed Sep 22, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    367ad73 View commit details
  4. Merge branch 'main' into octokit-retry

    Chris Gavin authored and GitHub committed Sep 22, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    8d26f61 View commit details

Commits on Sep 21, 2020

  1. Fix retrying uploads by using Octokit retry plugin.

    Chris Gavin committed Sep 21, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    31c2eca View commit details
  2. Merge pull request #216 from github/split_bundle

    Workflow to split the bundle into components
    Marco Gario authored and GitHub committed Sep 21, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    427c79f View commit details
  3. Merge branch 'main' into split_bundle

    Marco Gario authored and GitHub committed Sep 21, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    c36848d View commit details
  4. Apply suggestions from code review

    Co-authored-by: Robert <robertbrignull@github.com>
    2 people authored and GitHub committed Sep 21, 2020
    Copy the full SHA
    590fdcd View commit details
  5. Merge pull request #221 from github/update-actions-github

    Update to the latest version of `@actions/github`.
    Chris Gavin authored and GitHub committed Sep 21, 2020
    Copy the full SHA
    e67ba57 View commit details
  6. Merge main into update-actions-github.

    Chris Gavin committed Sep 21, 2020
    Copy the full SHA
    bba73b6 View commit details
  7. Use getOctokit(...) when getting the GitHub API client.

    Chris Gavin committed Sep 21, 2020
    Copy the full SHA
    cc0eb45 View commit details
  8. Merge pull request #223 from miqh/fix/199

    Resolve violations of github/array-foreach lint
    Chris Raynor authored and GitHub committed Sep 21, 2020
    Copy the full SHA
    a8a6297 View commit details
  9. Update split.yml

    Marco Gario authored and GitHub committed Sep 21, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    d265935 View commit details
  10. Update split.yml

    Marco Gario authored and GitHub committed Sep 21, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    47eb668 View commit details
  11. Update split.yml

    Marco Gario authored and GitHub committed Sep 21, 2020
    Copy the full SHA
    1154bf6 View commit details

Commits on Sep 20, 2020

  1. Resolve violations of github/array-foreach lint

    Resolves #199
    Michael Huynh committed Sep 20, 2020
    Copy the full SHA
    4666a0e View commit details

Commits on Sep 18, 2020

  1. Merge pull request #219 from github/robertbrignull/init_status_queries

    Include workflow queries in status report
    Robert authored and GitHub committed Sep 18, 2020
    Copy the full SHA
    b2dfa6e View commit details
  2. Merge branch 'main' into robertbrignull/init_status_queries

    Robert authored and GitHub committed Sep 18, 2020
    Copy the full SHA
    def0091 View commit details
  3. Update to the latest version of @actions/github.

    Chris Gavin committed Sep 18, 2020
    Copy the full SHA
    9ed519f View commit details
Older