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: redis/node-redis
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master@{1day}
Choose a base ref
...
head repository: redis/node-redis
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 8 commits
  • 9 files changed
  • 2 contributors

Commits on Jul 8, 2025

  1. chore(release): use deploy keys for relese (#3013)

    main branch is protected and does not allow direct pushes.
    the release action needs to push.
    branch protection rules can be bypassed for people and apps, but not
    github actions.
    
    one of the workarounds is to use a ruleset in which we set a deploy key
    
    see: https://github.com/orgs/community/discussions/25305\#discussioncomment-10728028
    nkaradzhov authored Jul 8, 2025
    Configuration menu
    Copy the full SHA
    d9a6bb3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    748cad2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7a5f40 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dab595d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ff5c6b3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a6193a7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e5b2466 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4d886b8 View commit details
    Browse the repository at this point in the history
Loading