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: actions/create-github-app-token
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.5.1
Choose a base ref
...
head repository: actions/create-github-app-token
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.6.0
Choose a head ref
  • 4 commits
  • 13 files changed
  • 4 contributors

Commits on Nov 3, 2023

  1. General Improvements (#70)

    # General Improvements
    
    > This is a classic @GrantBirki drive-by PR 🚗
    
    This pull request does the following:
    
    - Lightly updates and formats a few existing Actions workflows
    - Adds a new `package-check` workflow to validate the contents of the
    `dist/` directory have been properly built
    - Uses a `.node-version` file so that local development and Actions
    remain on the same pinned version of node
    - Adds status badges to the readme for visual effect ⭐ 🎨
    GrantBirki authored Nov 3, 2023
    Configuration menu
    Copy the full SHA
    bb368d6 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

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

Commits on Nov 12, 2023

  1. feat: add retry (#79)

    resolves #71
    
    - Add p-retry library
    - Extract logic to new functions to improve the usage of retry logic
    Moser-ss authored Nov 12, 2023
    Configuration menu
    Copy the full SHA
    0f3b4d7 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. build(release): 1.6.0 [skip ci]

    # [1.6.0](v1.5.1...v1.6.0) (2023-11-16)
    
    ### Features
    
    * add retry ([#79](#79)) ([0f3b4d7](0f3b4d7)), closes [#71](#71)
    semantic-release-bot committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    e995b4e View commit details
    Browse the repository at this point in the history
Loading