Skip to content
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: amzn/pecos
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.2
Choose a base ref
...
head repository: amzn/pecos
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.3
Choose a head ref
  • 4 commits
  • 6 files changed
  • 5 contributors

Commits on Jan 6, 2024

  1. Configuration menu
    Copy the full SHA
    22f01be View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Configuration menu
    Copy the full SHA
    93c6c84 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. ci: Use GITHUB_OUTPUT envvar instead of set-output command (#276)

    `save-state` and `set-output` commands used in GitHub Actions are deprecated and [GitHub recommends using environment files](https://github.blog/changelog/2023-07-24-github-actions-update-on-save-state-and-set-output-commands/).
    
    This PR updates the usage of `set-output` to `$GITHUB_OUTPUT`
    
    Instructions for envvar usage from GitHub docs:
    
    https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#setting-an-output-parameter
    
    Co-authored-by: Wei Li <[email protected]>
    arunsathiya and weiliw-amz authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    951ed33 View commit details
    Browse the repository at this point in the history
  2. fix broken links (#278)

    Co-authored-by: Wei Li <[email protected]>
    Co-authored-by: Jyun-Yu Jiang <[email protected]>
    3 people authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    1a18d2c View commit details
    Browse the repository at this point in the history
Loading