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: mxschmitt/action-tmate
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.22
Choose a base ref
...
head repository: mxschmitt/action-tmate
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.23
Choose a head ref
  • 14 commits
  • 6 files changed
  • 4 contributors

Commits on May 2, 2025

  1. Configuration menu
    Copy the full SHA
    04f8167 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #224 from muzimuzhi/ci/update-runner-list

    ci(manual-test): update list of runner images
    dscho authored May 2, 2025
    Configuration menu
    Copy the full SHA
    9ca996a View commit details
    Browse the repository at this point in the history
  3. ci(manual-test): convert from a matrix job to a single job

    With this change, the `manual-test` workflow accepts user input as to
    what runner OS or Docker image to run on.
    
    It is more useful this way, too, as I never encountered a situation
    where I would want to run this Action on multiple runners, having to log
    in concurrently into multiple tmate sessions, and I doubt that anyone
    else has encountered that situation, either.
    
    Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
    dscho committed May 2, 2025
    Configuration menu
    Copy the full SHA
    85c04fe View commit details
    Browse the repository at this point in the history
  4. Add a node.js script to update manual-test's runs-on options

    As I had suggested in
    #224 (comment),
    it would be good to have some sort of automation to update the
    ever-changing list of runner pools that are supported by GitHub.
    
    Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
    dscho committed May 2, 2025
    Configuration menu
    Copy the full SHA
    26050e8 View commit details
    Browse the repository at this point in the history
  5. ci(manual-test): update runs-on options

    Brought to you by the new `update-manual-test.js` script.
    
    Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
    dscho committed May 2, 2025
    Configuration menu
    Copy the full SHA
    2f034cd View commit details
    Browse the repository at this point in the history
  6. update-manual-test: special-case Windows/ARM64 runners

    For a little more than two weeks, as of time of writing, there are
    GitHub-hosted Windows/ARM64 runners (at long last!), announced here:
    https://github.blog/changelog/2025-04-14-windows-arm64-hosted-runners-now-available-in-public-preview/
    
    These are not yet listed in the `runner-images` README, therefore we
    want to add them manually.
    
    Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
    dscho committed May 2, 2025
    Configuration menu
    Copy the full SHA
    64389e6 View commit details
    Browse the repository at this point in the history
  7. manual-test: install MSYS2 on Windows/ARM64

    The Windows/ARM64 runners that are currently in public preview do not
    have MSYS2 installed by default, so let's do that.
    
    Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
    dscho committed May 2, 2025
    Configuration menu
    Copy the full SHA
    877e019 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2025

  1. Merge pull request #225 from dscho/manual-test-with-choice

    Convert the `manual-test` workflow to allow specifying which runner OS to use
    dscho authored May 3, 2025
    Configuration menu
    Copy the full SHA
    c02a7a6 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2025

  1. Fix regex to match Almalinux correctly

    In AlmaLinux, the ID in /etc/os-release is quoted
    
    ```
    $ docker run -it --rm almalinux:9 cat /etc/os-release | grep ^ID= 2>/dev/null
    ID="almalinux"
    ```
    craigds committed Oct 22, 2025
    Configuration menu
    Copy the full SHA
    fcb7456 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2025

  1. Merge pull request #233 from craigds/master

    Fix regex to match Almalinux correctly
    dscho authored Oct 23, 2025
    Configuration menu
    Copy the full SHA
    9330690 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump @octokit/plugin-paginate-rest, @actions/github and …

    …@octokit/rest
    
    Bumps [@octokit/plugin-paginate-rest](https://github.com/octokit/plugin-paginate-rest.js) to 9.2.2 and updates ancestor dependencies [@octokit/plugin-paginate-rest](https://github.com/octokit/plugin-paginate-rest.js), [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github) and [@octokit/rest](https://github.com/octokit/rest.js). These dependencies need to be updated together.
    
    
    Updates `@octokit/plugin-paginate-rest` from 2.21.3 to 9.2.2
    - [Release notes](https://github.com/octokit/plugin-paginate-rest.js/releases)
    - [Commits](octokit/plugin-paginate-rest.js@v2.21.3...v9.2.2)
    
    Updates `@actions/github` from 5.1.1 to 6.0.0
    - [Changelog](https://github.com/actions/toolkit/blob/main/packages/github/RELEASES.md)
    - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/github)
    
    Updates `@octokit/rest` from 20.0.1 to 20.1.1
    - [Release notes](https://github.com/octokit/rest.js/releases)
    - [Commits](octokit/rest.js@v20.0.1...v20.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: "@octokit/plugin-paginate-rest"
      dependency-type: indirect
    - dependency-name: "@actions/github"
      dependency-type: direct:production
    - dependency-name: "@octokit/rest"
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Oct 23, 2025
    Configuration menu
    Copy the full SHA
    5cce69e View commit details
    Browse the repository at this point in the history
  3. npm audit fix

    Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
    dscho committed Oct 23, 2025
    Configuration menu
    Copy the full SHA
    780fa1f View commit details
    Browse the repository at this point in the history
  4. npm run build

    Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
    dscho committed Oct 23, 2025
    Configuration menu
    Copy the full SHA
    e1d614c View commit details
    Browse the repository at this point in the history
  5. Merge pull request #212 from mxschmitt/dependabot/npm_and_yarn/multi-…

    …9944487052
    
    chore(deps): bump @octokit/plugin-paginate-rest, @actions/github and @octokit/rest
    dscho authored Oct 23, 2025
    Configuration menu
    Copy the full SHA
    c0afd6f View commit details
    Browse the repository at this point in the history
Loading