-
Notifications
You must be signed in to change notification settings - Fork 2
Comparing changes
Open a pull request
base repository: dappnode/DAppNodePackage-openclaw
base: reusable-bump-upstream-workflow
head repository: dappnode/DAppNodePackage-openclaw
compare: main
- 10 commits
- 8 files changed
- 4 contributors
Commits on Jun 15, 2026
-
Merge pull request #70 from dappnode/reusable-bump-upstream-workflow
refactor: use reusable bump-upstream workflow [skip ci]
Configuration menu - View commit details
-
Copy full SHA for 3377e8f - Browse repository at this point
Copy the full SHA 3377e8fView commit details
Commits on Jun 30, 2026
-
Configuration menu - View commit details
-
Copy full SHA for db010de - Browse repository at this point
Copy the full SHA db010deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a8c129 - Browse repository at this point
Copy the full SHA 9a8c129View commit details
Commits on Jul 2, 2026
-
Merge pull request #72 from dappnode/tropibot/bump-openclaw-v2026.6.11
chore: bump openclaw to 2026.6.11
Configuration menu - View commit details
-
Copy full SHA for 3cc1523 - Browse repository at this point
Copy the full SHA 3cc1523View commit details
Commits on Jul 9, 2026
-
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.)
Configuration menu - View commit details
-
Copy full SHA for 349fe31 - Browse repository at this point
Copy the full SHA 349fe31View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 9a3298b - Browse repository at this point
Copy the full SHA 9a3298bView commit details -
Merge pull request #73 from dappnode/refactor/use-dappnode-build-hash
ci: use dappnode-build-hash reusable workflow
Configuration menu - View commit details
-
Copy full SHA for 0b805fb - Browse repository at this point
Copy the full SHA 0b805fbView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 5b178cf - Browse repository at this point
Copy the full SHA 5b178cfView commit details -
Merge pull request #74 from dappnode/refactor/skip-build-on-default
ci: skip build.yml on default branch pushes
Configuration menu - View commit details
-
Copy full SHA for 647d043 - Browse repository at this point
Copy the full SHA 647d043View commit details
Commits on Jul 30, 2026
-
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>
Configuration menu - View commit details
-
Copy full SHA for 0a52919 - Browse repository at this point
Copy the full SHA 0a52919View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff reusable-bump-upstream-workflow...main