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.12.0
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: v2.0.0
Choose a head ref
  • 4 commits
  • 12 files changed
  • 3 contributors

Commits on Apr 3, 2025

  1. docs: delete unused badge (#222)

    It seems that there is an unused badge in this repository. This badge
    was introduced in
    #70, but after
    some trial and error, it was removed from the README
    (f28f895
    in the PR). However, the badge itself was not deleted.
    
    Therefore, this badge appears to be unnecessary. This patch removes it.
    Yang-33 authored Apr 3, 2025
    Configuration menu
    Copy the full SHA
    6f3f591 View commit details
    Browse the repository at this point in the history
  2. build: update package-lock.json on release (#227)

    This pull request updates the release configuration to include
    package-lock.json. This should ensure the action version is update in
    package-lock.json when the release workflow runs.
    parkerbxyz authored Apr 3, 2025
    Configuration menu
    Copy the full SHA
    23b44b2 View commit details
    Browse the repository at this point in the history
  3. feat!: remove deprecated inputs (#213)

    BREAKING CHANGE: Removed deprecated inputs (`app_id`, `private_key`, `skip_token_revoke`) and made `app-id` and `private-key` required in the action configuration.
    parkerbxyz authored Apr 3, 2025
    Configuration menu
    Copy the full SHA
    5cc811b View commit details
    Browse the repository at this point in the history
  4. build(release): 2.0.0 [skip ci]

    # [2.0.0](v1.12.0...v2.0.0) (2025-04-03)
    
    * feat!: remove deprecated inputs ([#213](#213)) ([5cc811b](5cc811b))
    
    ### BREAKING CHANGES
    
    * Removed deprecated inputs (`app_id`, `private_key`, `skip_token_revoke`) and made `app-id` and `private-key` required in the action configuration.
    semantic-release-bot committed Apr 3, 2025
    Configuration menu
    Copy the full SHA
    064492a View commit details
    Browse the repository at this point in the history
Loading