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: dappnode/DAppNodePackage-openclaw
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: reusable-bump-upstream-workflow
Choose a base ref
...
head repository: dappnode/DAppNodePackage-openclaw
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 8 files changed
  • 4 contributors

Commits on Jun 15, 2026

  1. Merge pull request #70 from dappnode/reusable-bump-upstream-workflow

    refactor: use reusable bump-upstream workflow [skip ci]
    3alpha authored Jun 15, 2026
    Configuration menu
    Copy the full SHA
    3377e8f View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2026

  1. Configuration menu
    Copy the full SHA
    db010de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a8c129 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2026

  1. Merge pull request #72 from dappnode/tropibot/bump-openclaw-v2026.6.11

    chore: bump openclaw to 2026.6.11
    Pol-Lanski authored Jul 2, 2026
    Configuration menu
    Copy the full SHA
    3cc1523 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2026

  1. ci: use dappnode-build-hash reusable workflow

    Splits the build-hash logic into a thin caller for the new
    `dappnode/workflows/.github/workflows/dappnode-build-hash.yml@master`
    reusable workflow. `build.yml` (new) now handles both push and
    workflow_dispatch; `main.yml` is reduced to the release job only.
    
    Also upgrades `actions/checkout` to v7 and Node 24 (with
    `actions/setup-node@v6`) for the release job.
    
    The reusable workflow auto-detects the event: on push to a non-default
    branch it builds, pins to Pinata, and posts a comment authored by
    tropibot[bot] on the PR; on push to the default branch it does a
    test build only. (The previous `if: github.event_name == 'push'
    && github.ref != 'refs/heads/main'` guard is no longer needed
    because the SDK already handles that case.)
    3alpha committed Jul 9, 2026
    Configuration menu
    Copy the full SHA
    349fe31 View commit details
    Browse the repository at this point in the history
  2. refactor(ci): move release branch filter into on.push.branches

    The release job used a broad `on.push` (no branch filter) plus an
    `if:` condition that checked `github.ref == 'refs/heads/<default>'`.
    This worked but was verbose and easy to get wrong (tailscale had
    `refs/heads/main` instead of `refs/heads/master`).
    
    Simplify: filter in the trigger itself, drop the `if` condition.
    Same behavior, half the YAML. Also adds `workflow_dispatch` so the
    release can be triggered manually.
    3alpha committed Jul 9, 2026
    Configuration menu
    Copy the full SHA
    9a3298b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #73 from dappnode/refactor/use-dappnode-build-hash

    ci: use dappnode-build-hash reusable workflow
    3alpha authored Jul 9, 2026
    Configuration menu
    Copy the full SHA
    0b805fb View commit details
    Browse the repository at this point in the history
  4. ci: skip build.yml on default branch pushes

    `build.yml` triggers on `push` and `workflow_dispatch`. The reusable
    `dappnode-build-hash.yml` SDK already auto-detects pushes to the default
    branch and runs a no-op test build (no IPFS pin, no comment), so the
    workflow run is wasted CI on every merge.
    
    Add `branches-ignore: ["main"]` to the push trigger so the workflow
    doesn't even start on default-branch pushes. `workflow_dispatch` and
    pushes to other branches (e.g. tropibot bump branches) still trigger it
    as before.
    3alpha committed Jul 9, 2026
    Configuration menu
    Copy the full SHA
    5b178cf View commit details
    Browse the repository at this point in the history
  5. Merge pull request #74 from dappnode/refactor/skip-build-on-default

    ci: skip build.yml on default branch pushes
    3alpha authored Jul 9, 2026
    Configuration menu
    Copy the full SHA
    647d043 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2026

  1. chore: bump openclaw to 2026.7.1 (#76)

    * chore: bump openclaw upstream to 2026.7.1
    
    * chore: set UPSTREAM_VERSION to 2026.7.1
    
    * fix: address OpenClaw runtime warnings
    
    * fix + feat: Fix config and add nexus login
    
    ---------
    
    Co-authored-by: tropibot[bot] <285933081+tropibot[bot]@users.noreply.github.com>
    Co-authored-by: hcastc00 <hcastc00@estudiantes.unileon.es>
    tropibot[bot] and hcastc00 authored Jul 30, 2026
    Configuration menu
    Copy the full SHA
    0a52919 View commit details
    Browse the repository at this point in the history
Loading