fix: use full commit hash for CTA Assistant action - #248
Merged
Conversation
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
Contributor
|
rebase onto latest master |
- Replace shortened hash 7a3ca8b with full hash 7a3ca8b03e62e9ab0df31f3a6d151386e5dd80bd - Fixes GitHub Actions workflow failure due to ambiguous commit reference - Uses pull_request trigger for consistent behavior with other workflows Co-Authored-By: Ben Kremer <ben@reown.com>
devin-ai-integration
Bot
force-pushed
the
devin/1759158745-cta-assistant-fix
branch
from
September 29, 2025 15:18
66af115 to
b8cbdc9
Compare
bkrem
approved these changes
Sep 29, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fix: use full commit hash for CTA Assistant action
Summary
Fixes the CTA Assistant workflow that was merged with a shortened commit hash causing CI failures. The original implementation used
7a3ca8bwhich GitHub Actions cannot resolve, now updated to the full commit hash7a3ca8b03e62e9ab0df31f3a6d151386e5dd80bd. Also changes the trigger frompull_request_targettopull_requestfor consistent behavior with other workflows in the repository.Review & Testing Checklist for Human
This is a medium risk fix for a production workflow handling legal compliance:
7a3ca8b03e62e9ab0df31f3a6d151386e5dd80bdexists and points to the correct version of WalletConnect/actions/github/cta-assistantpull_request_targettopull_requestis appropriate and doesn't introduce security risks for this workflowNotes
cta-signaturesbranch was already created in the previous implementationNote
Pin CTA Assistant GitHub Action to a full commit SHA and adjust a permissions comment.
.github/workflows/cta.yml):WalletConnect/actions/github/cta-assistantfrom@7a3ca8bto@7a3ca8b03e62e9ab0df31f3a6d151386e5dd80bd.Written by Cursor Bugbot for commit b8cbdc9. This will update automatically on new commits. Configure here.