Skip to content

feat: add GitHub Actions workflow for Staking Dashboard AppKit updates#4729

Merged
bkrem merged 2 commits intomainfrom
feat/devin-staking-dashboard-update-flow
Jul 29, 2025
Merged

feat: add GitHub Actions workflow for Staking Dashboard AppKit updates#4729
bkrem merged 2 commits intomainfrom
feat/devin-staking-dashboard-update-flow

Conversation

@bkrem
Copy link
Copy Markdown
Contributor

@bkrem bkrem commented Jul 28, 2025

Description

  • This commit introduces a new workflow that triggers Devin via Slack when a commit with the message 'chore: version packages' is pushed to the main branch.
  • The workflow outlines steps for analyzing the impact of AppKit updates on the staking dashboard, including version detection, dependency checks, and potential pull request requirements.
  • Validation run: https://github.com/reown-com/appkit/actions/runs/16570442955

Type of change

  • Chore (non-breaking change that addresses non-functional tasks, maintenance, or code quality improvements)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist

  • Code in this PR is covered by automated tests (Unit tests, E2E tests)
  • My changes generate no new warnings
  • I have reviewed my own code
  • I have filled out all required sections
  • I have tested my changes on the preview link
  • Approver of this PR confirms that the changes are tested on the preview link

@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Jul 28, 2025

⚠️ No Changeset found

Latest commit: 01a6dfa

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@vercel
Copy link
Copy Markdown

vercel bot commented Jul 28, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
appkit-basic-html ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 28, 2025 1:55pm
appkit-demo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 28, 2025 1:55pm
appkit-gallery ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 28, 2025 1:55pm
appkit-laboratory ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 28, 2025 1:55pm
10 Skipped Deployments
Name Status Preview Comments Updated (UTC)
appkit-basic-example ⬜️ Ignored (Inspect) Jul 28, 2025 1:55pm
appkit-basic-sign-client-example ⬜️ Ignored (Inspect) Jul 28, 2025 1:55pm
appkit-basic-up-example ⬜️ Ignored (Inspect) Jul 28, 2025 1:55pm
appkit-ethers5-bera ⬜️ Ignored (Inspect) Jul 28, 2025 1:55pm
appkit-nansen-demo ⬜️ Ignored (Inspect) Jul 28, 2025 1:55pm
appkit-vue-solana ⬜️ Ignored (Inspect) Jul 28, 2025 1:55pm
appkit-wagmi-cdn-example ⬜️ Ignored (Inspect) Jul 28, 2025 1:55pm
ethereum-provider-wagmi-example ⬜️ Ignored (Inspect) Jul 28, 2025 1:55pm
next-wagmi-solana-bitcoin-example ⬜️ Ignored (Inspect) Jul 28, 2025 1:55pm
vue-wagmi-example ⬜️ Ignored (Inspect) Jul 28, 2025 1:55pm

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Jul 28, 2025

Warnings
⚠️

Workflow file .github/workflows/devin_staking_dashboard_update.yml has been modified

Generated by 🚫 dangerJS against 01a6dfa

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Jul 28, 2025

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 77.57% 31781 / 40968
🔵 Statements 77.57% 31781 / 40968
🔵 Functions 69% 2623 / 3801
🔵 Branches 84.39% 6694 / 7932
File CoverageNo changed files found.
Generated in workflow #13799 for commit 01a6dfa by the Vitest Coverage Report Action

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR introduces a GitHub Actions workflow that automatically triggers a Slack notification to Devin when AppKit packages are versioned on the main branch. The workflow detects "chore: version packages" commits and provides detailed instructions for updating the Staking Dashboard with the new AppKit version.

Key Changes

  • Adds automated detection of AppKit package version updates
  • Implements Slack webhook integration for external process triggering
  • Provides comprehensive task instructions for dependency updates and compatibility checking

Comment thread .github/workflows/devin_staking_dashboard_update.yml Outdated
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@bkrem bkrem added this pull request to the merge queue Jul 28, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jul 28, 2025
@bkrem bkrem added this pull request to the merge queue Jul 29, 2025
Merged via the queue into main with commit 5f139b5 Jul 29, 2025
41 checks passed
@bkrem bkrem deleted the feat/devin-staking-dashboard-update-flow branch July 29, 2025 08:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants