Support IPFS and Onchain registry#67
Merged
Merged
Conversation
* Introduced a new GitHub Actions workflow to enable automatic merging of pull requests labeled with 'automerge'. * Configured the workflow to trigger on labeled, reopened, and synchronized pull requests. * Utilized the peter-evans/enable-pull-request-automerge action with squash merge method.
* Enhanced the logic to retrieve the pull request number from the workflow run. * Added checks for null or empty pull request data, ensuring robust handling of cases where no pull requests are found. * Improved output messaging for better clarity during workflow execution.
…bel validation * Changed the trigger from pull_request_target to workflow_run for better integration with the label validation workflow. * Enhanced the logic to fetch the pull request number and check for the 'automerge' label. * Improved output handling for cases where no pull requests are found.
* Modified the condition for triggering the automerge job to only require a successful workflow run. * Improved output messages to indicate whether the pull request has the 'automerge' label, enhancing clarity during execution.
…e PR detail retrieval
… and notify users * Added a new job to remove the 'automerge' label when a new commit is detected on a pull request. * Implemented a comment feature to inform users that the label has been removed and will be re-added if validation passes. * Simplified the condition for enabling auto-merge by directly using the pull request number from the event context.
…d enhance check validation * Updated the workflow trigger from check_suite to workflow_run for better integration with validation workflows. * Improved logic to retrieve pull request details and check for the 'automerge' label. * Enhanced output messaging to provide clearer status updates on check runs and PR merging process.
…manual label additions * Updated the automerge workflow to handle manual label additions and new commits more effectively. * Removed the outdated PR build workflow and integrated its validation logic into a new pull-request-complete workflow. * Enhanced the validation process for QIP files, ensuring only valid changes are allowed and providing clearer feedback on validation outcomes.
…s and deploy scripts
…eployment scripts and add EditProposal page
…ction, and update environment configuration handling
…oyment scripts, and enhance local development setup
…te environment configuration, and refactor QIP creation and update processes
…ew migration scripts, and implement pagination for proposal listings
…r QIPs using FFI, and enhance local development setup with IPFS integration
…script, update local development setup to use keystore accounts for deployment
…actor SnapshotSubmitter component to use config, and enhance QIP detail pages with permission checks for Snapshot submissions
… commands and WebFetch options, and set output style to explanatory
…nhanced QIP status management, update dependencies, and include new hooks for status updates
… command for TypeScript compilation
…n for token balance and QIP, update UI to reflect snapshot space, and ensure Ethereum mainnet blocks are used for proposals
…ation options, update step numbering for clarity, and improve user prompts for batch migration using Foundry FFI
… and adjust deployment script for improved contract verification prompts and step numbering
…ataPaginated hook with improved logging and error handling, and adjust batch size for QIP fetching to optimize performance
…actor query keys for consistency across hooks, and update ProposalListItem to use Link component for navigation
…andling in useQIP and useQIPDataPaginated hooks, and optimize role checks in QIPDetail component
…ed environment variables for blockchain functionality, IPFS uploads, and optional Pinata configurations
…ance type safety in ProposalStatus component, and update query client configuration for improved data fetching and caching
… dependency in package.json, and refactor routing in App and Navigation components for improved asset handling and base path management
…custom domain deployment on GitHub Pages
…orkflow configuration
…s, implement useQIPsFromAPI hook for faster data retrieval, and refactor components to utilize API for QIP data loading
…mproved QIP fetching performance
publu
enabled auto-merge
September 3, 2025 04:06
publu
disabled auto-merge
September 3, 2025 04:10
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.