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/delete-package-versions
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.0
Choose a base ref
...
head repository: actions/delete-package-versions
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.1.0
Choose a head ref
  • 4 commits
  • 13 files changed
  • 1 contributor

Commits on Mar 2, 2023

  1. Configure baseUrl in octokit initialisation (#91)

    Make the action work for GHES by passing `GITHUB_API_URL` environment variable to octokit initialisation.
    s-anupam authored Mar 2, 2023
    Configuration menu
    Copy the full SHA
    b9ed39f View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. add delete-only-untagged-versions param (#94)

    Add a new boolean parameter to action `delete-only-untagged-versions`. When true, only versions that do not have any tags will be deleted.
    s-anupam authored Mar 3, 2023
    Configuration menu
    Copy the full SHA
    029d950 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48cd5a6 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. Configuration menu
    Copy the full SHA
    564c9d0 View commit details
    Browse the repository at this point in the history
Loading