Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: philips-labs/terraform-aws-github-runner
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.16.0
Choose a base ref
...
head repository: philips-labs/terraform-aws-github-runner
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.17.0
Choose a head ref
  • 7 commits
  • 27 files changed
  • 3 contributors

Commits on Aug 6, 2021

  1. feat: Adding support for new workflow_job event. (#1019)

    Added support for new workflow_job event, the check_run event will remain for backwards compatibility
    npalm committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    a74e10b View commit details
    Browse the repository at this point in the history
  2. chore: Bump @types/node in /modules/webhook/lambdas/webhook

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 15.14.7 to 16.4.12.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and npalm committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    db354d0 View commit details
    Browse the repository at this point in the history
  3. chore: Bump tar from 4.4.13 to 4.4.15 in /.release

    Bumps [tar](https://github.com/npm/node-tar) from 4.4.13 to 4.4.15.
    - [Release notes](https://github.com/npm/node-tar/releases)
    - [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md)
    - [Commits](isaacs/node-tar@v4.4.13...v4.4.15)
    
    ---
    updated-dependencies:
    - dependency-name: tar
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and npalm committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    ace1eff View commit details
    Browse the repository at this point in the history
  4. chore: Bump jest-mock-extended in /modules/runners/lambdas/runners

    Bumps [jest-mock-extended](https://github.com/marchaos/jest-mock-extended) from 1.0.18 to 2.0.1.
    - [Release notes](https://github.com/marchaos/jest-mock-extended/releases)
    - [Commits](https://github.com/marchaos/jest-mock-extended/commits)
    
    ---
    updated-dependencies:
    - dependency-name: jest-mock-extended
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and npalm committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    92349d1 View commit details
    Browse the repository at this point in the history
  5. chore: Bump @types/node

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 15.14.7 to 16.4.12.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and npalm committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    153d699 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fdf901b View commit details
    Browse the repository at this point in the history
  7. chore(release): 0.17.0 [skip ci]

    ## [0.17.0](v0.16.0...v0.17.0) (2021-08-06)
    
    ### Features
    
    * Adding support for new workflow_job event. ([#1019](https://github.com/philips-labs/terraform-aws-github-runner/issues/1019)) ([a74e10b](a74e10b))
    semantic-release-bot committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    fd8f6a2 View commit details
    Browse the repository at this point in the history
Loading