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: EnricoMi/publish-unit-test-result-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.19.0
Choose a base ref
...
head repository: EnricoMi/publish-unit-test-result-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.20.0
Choose a head ref
  • 9 commits
  • 33 files changed
  • 3 contributors

Commits on Apr 21, 2025

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

Commits on May 21, 2025

  1. Configuration menu
    Copy the full SHA
    bded1cd View commit details
    Browse the repository at this point in the history
  2. Resolve regex library warnings (#660)

    This resolves the regex library warnings:
    ```python
    python/test/test_junit.py:224: DeprecationWarning: 'count' is passed as positional argument
    ```
    
    Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
    emmanuel-ferdman authored May 21, 2025
    Configuration menu
    Copy the full SHA
    c541e2e View commit details
    Browse the repository at this point in the history
  3. Fix for empty <system-out> and <system-err> (#667)

    Fixes #663.
    EnricoMi authored May 21, 2025
    Configuration menu
    Copy the full SHA
    cd0e24b View commit details
    Browse the repository at this point in the history

Commits on May 25, 2025

  1. Configuration menu
    Copy the full SHA
    139ec34 View commit details
    Browse the repository at this point in the history
  2. Add action typing (#653)

    Adds typing to the action definition to support GitHub Workflow Kt (https://github.com/typesafegithub/github-workflows-kt), a Kotlin DSL to write GitHub Action workflows.
    Vampire authored May 25, 2025
    Configuration menu
    Copy the full SHA
    e5a9d1c View commit details
    Browse the repository at this point in the history

Commits on May 26, 2025

  1. Deprecate github_token_actor option, auto-detect actor (#661)

    This moves detection of whether a PR comment is from the token actor into GraphQL.
    
    ---------
    
    Co-authored-by: Enrico Minack <github@enrico.minack.dev>
    Vampire and EnricoMi authored May 26, 2025
    Configuration menu
    Copy the full SHA
    8113100 View commit details
    Browse the repository at this point in the history
  2. Use and recommend !cancelled() instead of always() (#659)

    GitHub docs recommend `!cancelled()` over `always()`.
    Vampire authored May 26, 2025
    Configuration menu
    Copy the full SHA
    b0880cd View commit details
    Browse the repository at this point in the history
  3. Releasing v2.20.0

    EnricoMi committed May 26, 2025
    Configuration menu
    Copy the full SHA
    3a74b29 View commit details
    Browse the repository at this point in the history
Loading