Skip to content

Commits

Permalink
main
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 May 16, 2023

  1. Merge pull request #169 from actions/dependabot/npm_and_yarn/eslint-8…

    ….40.0
    
    Bump eslint from 8.38.0 to 8.40.0
    James M. Greene authored and GitHub committed May 16, 2023
    Copy the full SHA
    b580d21 View commit details
  2. Bump eslint from 8.38.0 to 8.40.0

    Bumps [eslint](https://github.com/eslint/eslint) from 8.38.0 to 8.40.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/eslint/eslint/compare/v8.38.0...v8.40.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and GitHub committed May 16, 2023
    Copy the full SHA
    19e3eb4 View commit details
  3. Merge pull request #167 from actions/dependabot/npm_and_yarn/nock-13.3.1

    Bump nock from 13.3.0 to 13.3.1
    James M. Greene authored and GitHub committed May 16, 2023
    Copy the full SHA
    e3fab2a View commit details
  4. Bump nock from 13.3.0 to 13.3.1

    Bumps [nock](https://github.com/nock/nock) from 13.3.0 to 13.3.1.
    - [Release notes](https://github.com/nock/nock/releases)
    - [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/nock/nock/compare/v13.3.0...v13.3.1)
    
    ---
    updated-dependencies:
    - dependency-name: nock
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and GitHub committed May 16, 2023
    Copy the full SHA
    bc2634f View commit details
  5. Merge pull request #159 from actions/dependabot/npm_and_yarn/prettier…

    …-2.8.8
    
    Bump prettier from 2.8.7 to 2.8.8
    James M. Greene authored and GitHub committed May 16, 2023
    Copy the full SHA
    f4c31b9 View commit details
  6. Bump prettier from 2.8.7 to 2.8.8

    Bumps [prettier](https://github.com/prettier/prettier) from 2.8.7 to 2.8.8.
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/prettier/prettier/compare/2.8.7...2.8.8)
    
    ---
    updated-dependencies:
    - dependency-name: prettier
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and GitHub committed May 16, 2023
    Copy the full SHA
    af578d2 View commit details
  7. Merge pull request #170 from actions/timeout-fix

    Timeout fix
    James M. Greene authored and GitHub committed May 16, 2023
    Copy the full SHA
    8492390 View commit details
  8. Merge branch 'main' into timeout-fix

    James M. Greene authored and James M. Greene committed May 16, 2023
    Copy the full SHA
    2905629 View commit details
  9. Merge pull request #175 from actions/ghes-warning

    Add a support note to the deployment creation error if using GHES
    James M. Greene authored and GitHub committed May 16, 2023
    Copy the full SHA
    c9a8d97 View commit details
  10. Remove period to avoid messing up URL

    James M. Greene authored and James M. Greene committed May 16, 2023
    Copy the full SHA
    ff6c51e View commit details
  11. Add a support note to the deployment creation error if using GHES

    James M. Greene authored and James M. Greene committed May 16, 2023
    Copy the full SHA
    b26c4cb View commit details

Commits on May 15, 2023

  1. Move compatibility table to a less prominent spot

    James M. Greene authored and GitHub committed May 15, 2023
    Copy the full SHA
    6b39486 View commit details
  2. Merge pull request #173 from actions/compat-table

    Add GHES compatibility table
    James M. Greene authored and GitHub committed May 15, 2023
    Copy the full SHA
    69cf9b7 View commit details
  3. Add a horizontal rule for a visual break

    James M. Greene authored and James M. Greene committed May 15, 2023
    Copy the full SHA
    668cc26 View commit details
  4. Add a compatibility note to the release notes generation template

    James M. Greene authored and James M. Greene committed May 15, 2023
    Copy the full SHA
    edaafab View commit details
  5. Add a compatibility table to the README

    James M. Greene authored and James M. Greene committed May 15, 2023
    Copy the full SHA
    fb67d78 View commit details

Commits on May 12, 2023

  1. little rename for nuance

    Greta Parks authored and Greta Parks committed May 12, 2023
    Copy the full SHA
    21b085a View commit details
  2. Some fixes

    Greta Parks authored and Greta Parks committed May 12, 2023
    Copy the full SHA
    ccca7e9 View commit details
  3. Revert "fix error count lies and clean up tests a bit"

    This reverts commit 3e2c26d.
    Greta Parks authored and Greta Parks committed May 12, 2023
    Copy the full SHA
    c02d64f View commit details
  4. Update src/internal/deployment.js

    Co-authored-by: James M. Greene <JamesMGreene@github.com>
    2 people authored and GitHub committed May 12, 2023
    Copy the full SHA
    dcb366c View commit details

Commits on May 11, 2023

  1. fix error count lies and clean up tests a bit

    Greta Parks authored and Greta Parks committed May 11, 2023
    Copy the full SHA
    3e2c26d View commit details
  2. enforce a max timeout

    Greta Parks authored and Greta Parks committed May 11, 2023
    Copy the full SHA
    054faf7 View commit details

Commits on May 9, 2023

  1. add warning and test for timeout over maximum

    Greta Parks authored and Greta Parks committed May 9, 2023
    Copy the full SHA
    bacaae7 View commit details

Commits on Apr 18, 2023

  1. Merge pull request #156 from actions/deprecation-cleanup

    Remove deprecated input parameters
    James M. Greene authored and GitHub committed Apr 18, 2023
    Copy the full SHA
    af48cf9 View commit details
  2. Remove deprecated input parameters

    James M. Greene authored and James M. Greene committed Apr 18, 2023
    Copy the full SHA
    b39c421 View commit details
  3. Merge pull request #155 from actions/classic-grantbirki-driveby

    General Repository Improvements
    James M. Greene authored and GitHub committed Apr 18, 2023
    Copy the full SHA
    176fcdb View commit details
  4. Alphabetize the npm scripts

    James M. Greene authored and James M. Greene committed Apr 18, 2023
    Copy the full SHA
    b8a0d02 View commit details
  5. Move coverage badge to root directory

    James M. Greene authored and James M. Greene committed Apr 18, 2023
    Copy the full SHA
    31bb456 View commit details
  6. Rename 'functions' directory to 'internal'

    James M. Greene authored and James M. Greene committed Apr 18, 2023
    Copy the full SHA
    6657d34 View commit details
  7. Revert Actions workflow names since we're overriding in badges

    James M. Greene authored and James M. Greene committed Apr 18, 2023
    Copy the full SHA
    efce276 View commit details
  8. Use shields.io for more consistent badges

    James M. Greene authored and James M. Greene committed Apr 18, 2023
    Copy the full SHA
    c77de14 View commit details
  9. Add badge for latest release

    James M. Greene authored and James M. Greene committed Apr 18, 2023
    Copy the full SHA
    0a6b5a0 View commit details
  10. Reorder badges

    James M. Greene authored and James M. Greene committed Apr 18, 2023
    Copy the full SHA
    ddf1436 View commit details
  11. Shorten workflow names for better badges

    James M. Greene authored and James M. Greene committed Apr 18, 2023
    Copy the full SHA
    b463fdb View commit details
  12. Wording tweak

    James M. Greene authored and James M. Greene committed Apr 18, 2023
    Copy the full SHA
    26c37d6 View commit details
Older